Html Css Color HEX #EDAF0B Dark Tangerine

📋 copy color: '#EDAF0B'

red 237 ◦ green 175 ◦ blue 11

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

Shades of Dark Tangerine #EDAF0B

Tints of Dark Tangerine #EDAF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.6%

R = 56.03%
G = 41.37%
B = 2.6%

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

#EDAF0B (or 0xEDAF0B) is known color: Dark Tangerine. HEX triplet: ED, AF and 0B. RGB value is (237,175,11). Sum of RGB (Red+Green+Blue) = 237+175+11=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAF0B is #1250F4. Grayscale: #AFAFAF. Windows color (decimal): -1200373 or 765933. OLE color: 765933.

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

Color convert

RGB 237 175 11 -
CMYK 0 0.26 0.95 0.07
HSL 43.54º 0.91% 0.49% -
HSV(B) 43.54º 0.95% 0.93% -
XYZ 50.32 48.69 7.06 -
YUV 174.84 35.54 172.34 -
System Red Green Blue C M Y K H S L
Decimal 237 175 11 0 0.26 0.95 0.07 43.54 0.91 0.49
Hex ED AF B 0 1A 5F 7 2C 5B 31
Octal 355 257 13 0 32 137 7 54 133 61
Binary 11101101 10101111 1011 0 11010 1011111 111 101100 1011011 110001

Color Harmonies of #EDAF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF0B

Black with #EDAF0B

Text Example


Text Example

White with #EDAF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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