Html Css Color HEX #EDAB42 Tulip Tree

📋 copy color: '#EDAB42'

red 237 ◦ green 171 ◦ blue 66

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

Shades of Tulip Tree #EDAB42

Tints of Tulip Tree #EDAB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.92%

R = 50%
G = 36.08%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDAB42 (or 0xEDAB42) is known color: Tulip Tree. HEX triplet: ED, AB and 42. RGB value is (237,171,66). Sum of RGB (Red+Green+Blue) = 237+171+66=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB42 is #1254BD. Grayscale: #B3B3B3. Windows color (decimal): -1201342 or 4369389. OLE color: 4369389.

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

Color convert

RGB 237 171 66 -
CMYK 0 0.28 0.72 0.07
HSL 36.84º 0.83% 0.59% -
HSV(B) 36.84º 0.72% 0.93% -
XYZ 50.47 47.52 11.67 -
YUV 178.76 64.37 169.54 -
System Red Green Blue C M Y K H S L
Decimal 237 171 66 0 0.28 0.72 0.07 36.84 0.83 0.59
Hex ED AB 42 0 1C 48 7 25 53 3B
Octal 355 253 102 0 34 110 7 45 123 73
Binary 11101101 10101011 1000010 0 11100 1001000 111 100101 1010011 111011

Color Harmonies of #EDAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB42

Black with #EDAB42

Text Example


Text Example

White with #EDAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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