Html Css Color HEX #ECB032 Tulip Tree

📋 copy color: '#ECB032'

red 236 ◦ green 176 ◦ blue 50

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

Shades of Tulip Tree #ECB032

Tints of Tulip Tree #ECB032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.82%

R = 51.08%
G = 38.1%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECB032 (or 0xECB032) is known color: Tulip Tree. HEX triplet: EC, B0 and 32. RGB value is (236,176,50). Sum of RGB (Red+Green+Blue) = 236+176+50=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB032 is #134FCD. Grayscale: #B4B4B4. Windows color (decimal): -1265614 or 3322092. OLE color: 3322092.

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

Color convert

RGB 236 176 50 -
CMYK 0 0.25 0.79 0.07
HSL 40.65º 0.83% 0.56% -
HSV(B) 40.65º 0.79% 0.93% -
XYZ 50.69 49.11 9.83 -
YUV 179.58 54.88 168.25 -
System Red Green Blue C M Y K H S L
Decimal 236 176 50 0 0.25 0.79 0.07 40.65 0.83 0.56
Hex EC B0 32 0 19 4F 7 29 53 38
Octal 354 260 62 0 31 117 7 51 123 70
Binary 11101100 10110000 110010 0 11001 1001111 111 101001 1010011 111000

Color Harmonies of #ECB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB032

Black with #ECB032

Text Example


Text Example

White with #ECB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB032; }

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

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

background-color css

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

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

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

border-color css

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

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

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