Html Css Color HEX #ECB342 Tulip Tree

📋 copy color: '#ECB342'

red 236 ◦ green 179 ◦ blue 66

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

Shades of Tulip Tree #ECB342

Tints of Tulip Tree #ECB342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.21%

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

R = 49.06%
G = 37.21%
B = 13.72%

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

#ECB342 (or 0xECB342) is known color: Tulip Tree. HEX triplet: EC, B3 and 42. RGB value is (236,179,66). Sum of RGB (Red+Green+Blue) = 236+179+66=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB342 is #134CBD. Grayscale: #B7B7B7. Windows color (decimal): -1264830 or 4371436. OLE color: 4371436.

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

Color convert

RGB 236 179 66 -
CMYK 0 0.24 0.72 0.07
HSL 39.88º 0.82% 0.59% -
HSV(B) 39.88º 0.72% 0.93% -
XYZ 51.7 50.47 12.17 -
YUV 183.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 236 179 66 0 0.24 0.72 0.07 39.88 0.82 0.59
Hex EC B3 42 0 18 48 7 28 52 3B
Octal 354 263 102 0 30 110 7 50 122 73
Binary 11101100 10110011 1000010 0 11000 1001000 111 101000 1010010 111011

Color Harmonies of #ECB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB342

Black with #ECB342

Text Example


Text Example

White with #ECB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB342; }

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

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

background-color css

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

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

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

border-color css

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

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

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