Html Css Color HEX #ECB034 Tulip Tree

📋 copy color: '#ECB034'

red 236 ◦ green 176 ◦ blue 52

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

Shades of Tulip Tree #ECB034

Tints of Tulip Tree #ECB034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.21%

R = 50.86%
G = 37.93%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECB034 (or 0xECB034) is known color: Tulip Tree. HEX triplet: EC, B0 and 34. RGB value is (236,176,52). Sum of RGB (Red+Green+Blue) = 236+176+52=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 52 (20.70% from 255 or 11.21% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB034 is #134FCB. Grayscale: #B4B4B4. Windows color (decimal): -1265612 or 3453164. OLE color: 3453164.

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

Color convert

RGB 236 176 52 -
CMYK 0 0.25 0.78 0.07
HSL 40.43º 0.83% 0.56% -
HSV(B) 40.43º 0.78% 0.93% -
XYZ 50.74 49.13 10.06 -
YUV 179.8 55.88 168.08 -
System Red Green Blue C M Y K H S L
Decimal 236 176 52 0 0.25 0.78 0.07 40.43 0.83 0.56
Hex EC B0 34 0 19 4E 7 28 53 38
Octal 354 260 64 0 31 116 7 50 123 70
Binary 11101100 10110000 110100 0 11001 1001110 111 101000 1010011 111000

Color Harmonies of #ECB034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB034

Black with #ECB034

Text Example


Text Example

White with #ECB034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB034; }

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

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

background-color css

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

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

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

border-color css

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

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

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