Html Css Color HEX #EDAF45 Tulip Tree

📋 copy color: '#EDAF45'

red 237 ◦ green 175 ◦ blue 69

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

Shades of Tulip Tree #EDAF45

Tints of Tulip Tree #EDAF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.35%

R = 49.27%
G = 36.38%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDAF45 (or 0xEDAF45) is known color: Tulip Tree. HEX triplet: ED, AF and 45. RGB value is (237,175,69). Sum of RGB (Red+Green+Blue) = 237+175+69=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF45 is #1250BA. Grayscale: #B5B5B5. Windows color (decimal): -1200315 or 4567021. OLE color: 4567021.

HSL color Cylindrical-coordinate representation of color #EDAF45: hue angle of 37.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDAF45 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 175 69 -
CMYK 0 0.26 0.71 0.07
HSL 37.86º 0.82% 0.6% -
HSV(B) 37.86º 0.71% 0.93% -
XYZ 51.33 49.09 12.4 -
YUV 181.45 64.54 167.62 -
System Red Green Blue C M Y K H S L
Decimal 237 175 69 0 0.26 0.71 0.07 37.86 0.82 0.6
Hex ED AF 45 0 1A 47 7 26 52 3C
Octal 355 257 105 0 32 107 7 46 122 74
Binary 11101101 10101111 1000101 0 11010 1000111 111 100110 1010010 111100

Color Harmonies of #EDAF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF45

Black with #EDAF45

Text Example


Text Example

White with #EDAF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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