Html Css Color HEX #ECB142 Tulip Tree

📋 copy color: '#ECB142'

red 236 ◦ green 177 ◦ blue 66

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

Shades of Tulip Tree #ECB142

Tints of Tulip Tree #ECB142

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.95%

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

R = 49.27%
G = 36.95%
B = 13.78%

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

#ECB142 (or 0xECB142) is known color: Tulip Tree. HEX triplet: EC, B1 and 42. RGB value is (236,177,66). Sum of RGB (Red+Green+Blue) = 236+177+66=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB142 is #134EBD. Grayscale: #B6B6B6. Windows color (decimal): -1265342 or 4370924. OLE color: 4370924.

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

Color convert

RGB 236 177 66 -
CMYK 0 0.25 0.72 0.07
HSL 39.18º 0.82% 0.59% -
HSV(B) 39.18º 0.72% 0.93% -
XYZ 51.3 49.67 12.04 -
YUV 181.99 62.55 166.53 -
System Red Green Blue C M Y K H S L
Decimal 236 177 66 0 0.25 0.72 0.07 39.18 0.82 0.59
Hex EC B1 42 0 19 48 7 27 52 3B
Octal 354 261 102 0 31 110 7 47 122 73
Binary 11101100 10110001 1000010 0 11001 1001000 111 100111 1010010 111011

Color Harmonies of #ECB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB142

Black with #ECB142

Text Example


Text Example

White with #ECB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB142; }

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

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

background-color css

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

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

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

border-color css

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

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

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