Html Css Color HEX #ECB042 Tulip Tree

📋 copy color: '#ECB042'

red 236 ◦ green 176 ◦ blue 66

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

Shades of Tulip Tree #ECB042

Tints of Tulip Tree #ECB042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.81%

R = 49.37%
G = 36.82%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECB042 (or 0xECB042) is known color: Tulip Tree. HEX triplet: EC, B0 and 42. RGB value is (236,176,66). Sum of RGB (Red+Green+Blue) = 236+176+66=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB042 is #134FBD. Grayscale: #B5B5B5. Windows color (decimal): -1265598 or 4370668. OLE color: 4370668.

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

Color convert

RGB 236 176 66 -
CMYK 0 0.25 0.72 0.07
HSL 38.82º 0.82% 0.59% -
HSV(B) 38.82º 0.72% 0.93% -
XYZ 51.1 49.28 11.97 -
YUV 181.4 62.88 166.94 -
System Red Green Blue C M Y K H S L
Decimal 236 176 66 0 0.25 0.72 0.07 38.82 0.82 0.59
Hex EC B0 42 0 19 48 7 27 52 3B
Octal 354 260 102 0 31 110 7 47 122 73
Binary 11101100 10110000 1000010 0 11001 1001000 111 100111 1010010 111011

Color Harmonies of #ECB042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB042

Black with #ECB042

Text Example


Text Example

White with #ECB042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB042; }

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

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

background-color css

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

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

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

border-color css

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

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

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