Html Css Color HEX #EDB033 Tulip Tree

📋 copy color: '#EDB033'

red 237 ◦ green 176 ◦ blue 51

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

Shades of Tulip Tree #EDB033

Tints of Tulip Tree #EDB033

RGB

 RED value IS 237 (92.97% from 255) = 51.08%

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

 BLUE value IS 51 (20.31% from 255) = 10.99%

R = 51.08%
G = 37.93%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDB033 (or 0xEDB033) is known color: Tulip Tree. HEX triplet: ED, B0 and 33. RGB value is (237,176,51). Sum of RGB (Red+Green+Blue) = 237+176+51=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 51 (20.31% from 255 or 10.99% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB033 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB033 is #124FCC. Grayscale: #B4B4B4. Windows color (decimal): -1200077 or 3387629. OLE color: 3387629.

HSL color Cylindrical-coordinate representation of color #EDB033: hue angle of 40.32º degrees, saturation: 0.84, 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 #EDB033 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 51 -
CMYK 0 0.26 0.78 0.07
HSL 40.32º 0.84% 0.56% -
HSV(B) 40.32º 0.78% 0.93% -
XYZ 51.05 49.29 9.96 -
YUV 179.99 55.21 168.66 -
System Red Green Blue C M Y K H S L
Decimal 237 176 51 0 0.26 0.78 0.07 40.32 0.84 0.56
Hex ED B0 33 0 1A 4E 7 28 54 38
Octal 355 260 63 0 32 116 7 50 124 70
Binary 11101101 10110000 110011 0 11010 1001110 111 101000 1010100 111000

Color Harmonies of #EDB033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB033

Black with #EDB033

Text Example


Text Example

White with #EDB033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB033; }

 p { color: rgb(237,176,51); }

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

background-color css

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

 a { background-color: rgb(237,176,51); }

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

border-color css

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

 span { border-color: rgb(237,176,51); }

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