Html Css Color HEX #EDB034 Tulip Tree

📋 copy color: '#EDB034'

red 237 ◦ green 176 ◦ blue 52

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

Shades of Tulip Tree #EDB034

Tints of Tulip Tree #EDB034

RGB

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

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

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

R = 50.97%
G = 37.85%
B = 11.18%

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

#EDB034 (or 0xEDB034) is known color: Tulip Tree. HEX triplet: ED, B0 and 34. RGB value is (237,176,52). Sum of RGB (Red+Green+Blue) = 237+176+52=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB034 is #124FCB. Grayscale: #B4B4B4. Windows color (decimal): -1200076 or 3453165. OLE color: 3453165.

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

Color convert

RGB 237 176 52 -
CMYK 0 0.26 0.78 0.07
HSL 40.22º 0.84% 0.57% -
HSV(B) 40.22º 0.78% 0.93% -
XYZ 51.07 49.3 10.07 -
YUV 180.1 55.71 168.58 -
System Red Green Blue C M Y K H S L
Decimal 237 176 52 0 0.26 0.78 0.07 40.22 0.84 0.57
Hex ED B0 34 0 1A 4E 7 28 54 39
Octal 355 260 64 0 32 116 7 50 124 71
Binary 11101101 10110000 110100 0 11010 1001110 111 101000 1010100 111001

Color Harmonies of #EDB034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB034

Black with #EDB034

Text Example


Text Example

White with #EDB034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB034; }

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

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

background-color css

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

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

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

border-color css

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

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

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