Html Css Color HEX #EDAF01 Selective Yellow

📋 copy color: '#EDAF01'

red 237 ◦ green 175 ◦ blue 1

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

Shades of Selective Yellow #EDAF01

Tints of Selective Yellow #EDAF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 57.38%
G = 42.37%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDAF01 (or 0xEDAF01) is known color: Selective Yellow. HEX triplet: ED, AF and 01. RGB value is (237,175,1). Sum of RGB (Red+Green+Blue) = 237+175+1=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAF01 is #1250FE. Grayscale: #AEAEAE. Windows color (decimal): -1200383 or 110573. OLE color: 110573.

HSL color Cylindrical-coordinate representation of color #EDAF01: hue angle of 44.24º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDAF01 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 175 1 -
CMYK 0 0.26 1.00 0.07
HSL 44.24º 0.99% 0.47% -
HSV(B) 44.24º 1% 0.93% -
XYZ 50.26 48.67 6.77 -
YUV 173.7 30.54 173.15 -
System Red Green Blue C M Y K H S L
Decimal 237 175 1 0 0.26 1.00 0.07 44.24 0.99 0.47
Hex ED AF 1 0 1A 64 7 2C 63 2F
Octal 355 257 1 0 32 144 7 54 143 57
Binary 11101101 10101111 1 0 11010 1100100 111 101100 1100011 101111

Color Harmonies of #EDAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF01

Black with #EDAF01

Text Example


Text Example

White with #EDAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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