Html Css Color HEX #ECB442 Tulip Tree

📋 copy color: '#ECB442'

red 236 ◦ green 180 ◦ blue 66

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

Shades of Tulip Tree #ECB442

Tints of Tulip Tree #ECB442

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.34%

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

R = 48.96%
G = 37.34%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECB442 (or 0xECB442) is known color: Tulip Tree. HEX triplet: EC, B4 and 42. RGB value is (236,180,66). Sum of RGB (Red+Green+Blue) = 236+180+66=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB442 is #134BBD. Grayscale: #B8B8B8. Windows color (decimal): -1264574 or 4371692. OLE color: 4371692.

HSL color Cylindrical-coordinate representation of color #ECB442: hue angle of 40.24º 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 #ECB442 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 180 66 -
CMYK 0 0.24 0.72 0.07
HSL 40.24º 0.82% 0.59% -
HSV(B) 40.24º 0.72% 0.93% -
XYZ 51.9 50.87 12.24 -
YUV 183.75 61.55 165.27 -
System Red Green Blue C M Y K H S L
Decimal 236 180 66 0 0.24 0.72 0.07 40.24 0.82 0.59
Hex EC B4 42 0 18 48 7 28 52 3B
Octal 354 264 102 0 30 110 7 50 122 73
Binary 11101100 10110100 1000010 0 11000 1001000 111 101000 1010010 111011

Color Harmonies of #ECB442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB442

Black with #ECB442

Text Example


Text Example

White with #ECB442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB442; }

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

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

background-color css

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

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

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

border-color css

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

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

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