Html Css Color HEX #EDAB34 Tulip Tree

📋 copy color: '#EDAB34'

red 237 ◦ green 171 ◦ blue 52

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

Shades of Tulip Tree #EDAB34

Tints of Tulip Tree #EDAB34

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.17%

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

R = 51.52%
G = 37.17%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDAB34 (or 0xEDAB34) is known color: Tulip Tree. HEX triplet: ED, AB and 34. RGB value is (237,171,52). Sum of RGB (Red+Green+Blue) = 237+171+52=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB34 is #1254CB. Grayscale: #B1B1B1. Windows color (decimal): -1201356 or 3451885. OLE color: 3451885.

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

Color convert

RGB 237 171 52 -
CMYK 0 0.28 0.78 0.07
HSL 38.59º 0.84% 0.57% -
HSV(B) 38.59º 0.78% 0.93% -
XYZ 50.11 47.38 9.75 -
YUV 177.17 57.37 170.68 -
System Red Green Blue C M Y K H S L
Decimal 237 171 52 0 0.28 0.78 0.07 38.59 0.84 0.57
Hex ED AB 34 0 1C 4E 7 27 54 39
Octal 355 253 64 0 34 116 7 47 124 71
Binary 11101101 10101011 110100 0 11100 1001110 111 100111 1010100 111001

Color Harmonies of #EDAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB34

Black with #EDAB34

Text Example


Text Example

White with #EDAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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