Html Css Color HEX #ECB742 Tulip Tree

📋 copy color: '#ECB742'

red 236 ◦ green 183 ◦ blue 66

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

Shades of Tulip Tree #ECB742

Tints of Tulip Tree #ECB742

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.73%

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

R = 48.66%
G = 37.73%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECB742 (or 0xECB742) is known color: Tulip Tree. HEX triplet: EC, B7 and 42. RGB value is (236,183,66). Sum of RGB (Red+Green+Blue) = 236+183+66=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB742 is #1348BD. Grayscale: #BABABA. Windows color (decimal): -1263806 or 4372460. OLE color: 4372460.

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

Color convert

RGB 236 183 66 -
CMYK 0 0.22 0.72 0.07
HSL 41.29º 0.82% 0.59% -
HSV(B) 41.29º 0.72% 0.93% -
XYZ 52.51 52.09 12.44 -
YUV 185.51 60.56 164.01 -
System Red Green Blue C M Y K H S L
Decimal 236 183 66 0 0.22 0.72 0.07 41.29 0.82 0.59
Hex EC B7 42 0 16 48 7 29 52 3B
Octal 354 267 102 0 26 110 7 51 122 73
Binary 11101100 10110111 1000010 0 10110 1001000 111 101001 1010010 111011

Color Harmonies of #ECB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB742

Black with #ECB742

Text Example


Text Example

White with #ECB742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB742; }

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

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

background-color css

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

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

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

border-color css

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

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

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