Html Css Color HEX #ECB045 Tulip Tree

📋 copy color: '#ECB045'

red 236 ◦ green 176 ◦ blue 69

#ECB045
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tulip Tree #ECB045

Tints of Tulip Tree #ECB045

RGB

 RED value IS 236 (92.58% from 255) = 49.06%

 GREEN value IS 176 (69.14% from 255) = 36.59%

 BLUE value IS 69 (27.34% from 255) = 14.35%

R = 49.06%
G = 36.59%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ECB045 (or 0xECB045) is known color: Tulip Tree. HEX triplet: EC, B0 and 45. RGB value is (236,176,69). Sum of RGB (Red+Green+Blue) = 236+176+69=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB045 is #134FBA. Grayscale: #B6B6B6. Windows color (decimal): -1265595 or 4567276. OLE color: 4567276.

HSL color Cylindrical-coordinate representation of color #ECB045: hue angle of 38.44º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECB045 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 176 69 -
CMYK 0 0.25 0.71 0.07
HSL 38.44º 0.81% 0.6% -
HSV(B) 38.44º 0.71% 0.93% -
XYZ 51.19 49.31 12.45 -
YUV 181.74 64.38 166.7 -
System Red Green Blue C M Y K H S L
Decimal 236 176 69 0 0.25 0.71 0.07 38.44 0.81 0.6
Hex EC B0 45 0 19 47 7 26 51 3C
Octal 354 260 105 0 31 107 7 46 121 74
Binary 11101100 10110000 1000101 0 11001 1000111 111 100110 1010001 111100

Color Harmonies of #ECB045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB045

Black with #ECB045

Text Example


Text Example

White with #ECB045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB045; }

 p { color: rgb(236,176,69); }

 H1.HeaderClassName
 {
   color: #ECB045;
 }
 .AnyTagClassName
 {
   color: #ECB045;
 }
</style>

background-color css

<style>
 a { background-color: #ECB045; }

 a { background-color: rgb(236,176,69); }

 div.DivClassName
 {
   background-color: #ECB045;
 }
 .BgClassName
 {
   background-color: #ECB045;
 }
</style>

border-color css

<style>
 span { border-color: #ECB045; }

 span { border-color: rgb(236,176,69); }

 td.TdClassName
 {
   border-color: #ECB045;
 }
 .TagClassName
 {
   border-color: #ECB045;
 }
</style>