Html Css Color HEX #EDAF42 Tulip Tree

📋 copy color: '#EDAF42'

red 237 ◦ green 175 ◦ blue 66

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

Shades of Tulip Tree #EDAF42

Tints of Tulip Tree #EDAF42

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

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

R = 49.58%
G = 36.61%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDAF42 (or 0xEDAF42) is known color: Tulip Tree. HEX triplet: ED, AF and 42. RGB value is (237,175,66). Sum of RGB (Red+Green+Blue) = 237+175+66=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF42 is #1250BD. Grayscale: #B5B5B5. Windows color (decimal): -1200318 or 4370413. OLE color: 4370413.

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

Color convert

RGB 237 175 66 -
CMYK 0 0.26 0.72 0.07
HSL 38.25º 0.83% 0.59% -
HSV(B) 38.25º 0.72% 0.93% -
XYZ 51.24 49.06 11.92 -
YUV 181.11 63.04 167.86 -
System Red Green Blue C M Y K H S L
Decimal 237 175 66 0 0.26 0.72 0.07 38.25 0.83 0.59
Hex ED AF 42 0 1A 48 7 26 53 3B
Octal 355 257 102 0 32 110 7 46 123 73
Binary 11101101 10101111 1000010 0 11010 1001000 111 100110 1010011 111011

Color Harmonies of #EDAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF42

Black with #EDAF42

Text Example


Text Example

White with #EDAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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