Html Css Color HEX #EDAF0C Dark Tangerine

📋 copy color: '#EDAF0C'

red 237 ◦ green 175 ◦ blue 12

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

Shades of Dark Tangerine #EDAF0C

Tints of Dark Tangerine #EDAF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.83%

R = 55.9%
G = 41.27%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDAF0C (or 0xEDAF0C) is known color: Dark Tangerine. HEX triplet: ED, AF and 0C. RGB value is (237,175,12). Sum of RGB (Red+Green+Blue) = 237+175+12=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAF0C is #1250F3. Grayscale: #AFAFAF. Windows color (decimal): -1200372 or 831469. OLE color: 831469.

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

Color convert

RGB 237 175 12 -
CMYK 0 0.26 0.95 0.07
HSL 43.47º 0.9% 0.49% -
HSV(B) 43.47º 0.95% 0.93% -
XYZ 50.32 48.69 7.09 -
YUV 174.96 36.04 172.25 -
System Red Green Blue C M Y K H S L
Decimal 237 175 12 0 0.26 0.95 0.07 43.47 0.9 0.49
Hex ED AF C 0 1A 5F 7 2B 5A 31
Octal 355 257 14 0 32 137 7 53 132 61
Binary 11101101 10101111 1100 0 11010 1011111 111 101011 1011010 110001

Color Harmonies of #EDAF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF0C

Black with #EDAF0C

Text Example


Text Example

White with #EDAF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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