Html Css Color HEX #EDAB40 Tulip Tree

📋 copy color: '#EDAB40'

red 237 ◦ green 171 ◦ blue 64

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

Shades of Tulip Tree #EDAB40

Tints of Tulip Tree #EDAB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.56%

R = 50.21%
G = 36.23%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDAB40 (or 0xEDAB40) is known color: Tulip Tree. HEX triplet: ED, AB and 40. RGB value is (237,171,64). Sum of RGB (Red+Green+Blue) = 237+171+64=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB40 is #1254BF. Grayscale: #B3B3B3. Windows color (decimal): -1201344 or 4238317. OLE color: 4238317.

HSL color Cylindrical-coordinate representation of color #EDAB40: hue angle of 37.11º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDAB40 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 64 -
CMYK 0 0.28 0.73 0.07
HSL 37.11º 0.83% 0.59% -
HSV(B) 37.11º 0.73% 0.93% -
XYZ 50.41 47.5 11.36 -
YUV 178.54 63.37 169.7 -
System Red Green Blue C M Y K H S L
Decimal 237 171 64 0 0.28 0.73 0.07 37.11 0.83 0.59
Hex ED AB 40 0 1C 49 7 25 53 3B
Octal 355 253 100 0 34 111 7 45 123 73
Binary 11101101 10101011 1000000 0 11100 1001001 111 100101 1010011 111011

Color Harmonies of #EDAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB40

Black with #EDAB40

Text Example


Text Example

White with #EDAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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