Html Css Color HEX #EDAF0F Dark Tangerine

📋 copy color: '#EDAF0F'

red 237 ◦ green 175 ◦ blue 15

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

Shades of Dark Tangerine #EDAF0F

Tints of Dark Tangerine #EDAF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.51%

R = 55.5%
G = 40.98%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDAF0F (or 0xEDAF0F) is known color: Dark Tangerine. HEX triplet: ED, AF and 0F. RGB value is (237,175,15). Sum of RGB (Red+Green+Blue) = 237+175+15=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAF0F is #1250F0. Grayscale: #B0B0B0. Windows color (decimal): -1200369 or 1028077. OLE color: 1028077.

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

Color convert

RGB 237 175 15 -
CMYK 0 0.26 0.94 0.07
HSL 43.24º 0.88% 0.49% -
HSV(B) 43.24º 0.94% 0.93% -
XYZ 50.34 48.7 7.2 -
YUV 175.3 37.54 172.01 -
System Red Green Blue C M Y K H S L
Decimal 237 175 15 0 0.26 0.94 0.07 43.24 0.88 0.49
Hex ED AF F 0 1A 5E 7 2B 58 31
Octal 355 257 17 0 32 136 7 53 130 61
Binary 11101101 10101111 1111 0 11010 1011110 111 101011 1011000 110001

Color Harmonies of #EDAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF0F

Black with #EDAF0F

Text Example


Text Example

White with #EDAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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