Html Css Color HEX #EDB134 Tulip Tree

📋 copy color: '#EDB134'

red 237 ◦ green 177 ◦ blue 52

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

Shades of Tulip Tree #EDB134

Tints of Tulip Tree #EDB134

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.98%

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

R = 50.86%
G = 37.98%
B = 11.16%

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

#EDB134 (or 0xEDB134) is known color: Tulip Tree. HEX triplet: ED, B1 and 34. RGB value is (237,177,52). Sum of RGB (Red+Green+Blue) = 237+177+52=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB134 is #124ECB. Grayscale: #B5B5B5. Windows color (decimal): -1199820 or 3453421. OLE color: 3453421.

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

Color convert

RGB 237 177 52 -
CMYK 0 0.25 0.78 0.07
HSL 40.54º 0.84% 0.57% -
HSV(B) 40.54º 0.78% 0.93% -
XYZ 51.27 49.7 10.14 -
YUV 180.69 55.38 168.16 -
System Red Green Blue C M Y K H S L
Decimal 237 177 52 0 0.25 0.78 0.07 40.54 0.84 0.57
Hex ED B1 34 0 19 4E 7 29 54 39
Octal 355 261 64 0 31 116 7 51 124 71
Binary 11101101 10110001 110100 0 11001 1001110 111 101001 1010100 111001

Color Harmonies of #EDB134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB134

Black with #EDB134

Text Example


Text Example

White with #EDB134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB134; }

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

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

background-color css

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

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

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

border-color css

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

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

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