Html Css Color HEX #EDAF41 Tulip Tree

📋 copy color: '#EDAF41'

red 237 ◦ green 175 ◦ blue 65

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

Shades of Tulip Tree #EDAF41

Tints of Tulip Tree #EDAF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.63%

R = 49.69%
G = 36.69%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDAF41 (or 0xEDAF41) is known color: Tulip Tree. HEX triplet: ED, AF and 41. RGB value is (237,175,65). Sum of RGB (Red+Green+Blue) = 237+175+65=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF41 is #1250BE. Grayscale: #B5B5B5. Windows color (decimal): -1200319 or 4304877. OLE color: 4304877.

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

Color convert

RGB 237 175 65 -
CMYK 0 0.26 0.73 0.07
HSL 38.37º 0.83% 0.59% -
HSV(B) 38.37º 0.73% 0.93% -
XYZ 51.21 49.05 11.77 -
YUV 181 62.54 167.94 -
System Red Green Blue C M Y K H S L
Decimal 237 175 65 0 0.26 0.73 0.07 38.37 0.83 0.59
Hex ED AF 41 0 1A 49 7 26 53 3B
Octal 355 257 101 0 32 111 7 46 123 73
Binary 11101101 10101111 1000001 0 11010 1001001 111 100110 1010011 111011

Color Harmonies of #EDAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF41

Black with #EDAF41

Text Example


Text Example

White with #EDAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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