Html Css Color HEX #EDB032 Tulip Tree

📋 copy color: '#EDB032'

red 237 ◦ green 176 ◦ blue 50

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

Shades of Tulip Tree #EDB032

Tints of Tulip Tree #EDB032

RGB

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

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

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

R = 51.19%
G = 38.01%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDB032 (or 0xEDB032) is known color: Tulip Tree. HEX triplet: ED, B0 and 32. RGB value is (237,176,50). Sum of RGB (Red+Green+Blue) = 237+176+50=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB032 is #124FCD. Grayscale: #B4B4B4. Windows color (decimal): -1200078 or 3322093. OLE color: 3322093.

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

Color convert

RGB 237 176 50 -
CMYK 0 0.26 0.79 0.07
HSL 40.43º 0.84% 0.56% -
HSV(B) 40.43º 0.79% 0.93% -
XYZ 51.03 49.29 9.84 -
YUV 179.88 54.71 168.75 -
System Red Green Blue C M Y K H S L
Decimal 237 176 50 0 0.26 0.79 0.07 40.43 0.84 0.56
Hex ED B0 32 0 1A 4F 7 28 54 38
Octal 355 260 62 0 32 117 7 50 124 70
Binary 11101101 10110000 110010 0 11010 1001111 111 101000 1010100 111000

Color Harmonies of #EDB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB032

Black with #EDB032

Text Example


Text Example

White with #EDB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB032; }

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

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

background-color css

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

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

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

border-color css

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

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

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