Html Css Color HEX #EDAF03 Selective Yellow

📋 copy color: '#EDAF03'

red 237 ◦ green 175 ◦ blue 3

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

Shades of Selective Yellow #EDAF03

Tints of Selective Yellow #EDAF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 57.11%
G = 42.17%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDAF03 (or 0xEDAF03) is known color: Selective Yellow. HEX triplet: ED, AF and 03. RGB value is (237,175,3). Sum of RGB (Red+Green+Blue) = 237+175+3=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAF03 is #1250FC. Grayscale: #AEAEAE. Windows color (decimal): -1200381 or 241645. OLE color: 241645.

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

Color convert

RGB 237 175 3 -
CMYK 0 0.26 0.99 0.07
HSL 44.1º 0.98% 0.47% -
HSV(B) 44.1º 0.99% 0.93% -
XYZ 50.27 48.67 6.83 -
YUV 173.93 31.54 172.99 -
System Red Green Blue C M Y K H S L
Decimal 237 175 3 0 0.26 0.99 0.07 44.1 0.98 0.47
Hex ED AF 3 0 1A 63 7 2C 62 2F
Octal 355 257 3 0 32 143 7 54 142 57
Binary 11101101 10101111 11 0 11010 1100011 111 101100 1100010 101111

Color Harmonies of #EDAF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF03

Black with #EDAF03

Text Example


Text Example

White with #EDAF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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