Html Css Color HEX #EFAF00 Selective Yellow

📋 copy color: '#EFAF00'

red 239 ◦ green 175 ◦ blue 0

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

Shades of Selective Yellow #EFAF00

Tints of Selective Yellow #EFAF00

RGB

 RED value IS 239 (93.75% from 255) = 57.73%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.73%
G = 42.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFAF00 (or 0xEFAF00) is known color: Selective Yellow. HEX triplet: EF, AF and 00. RGB value is (239,175,0). Sum of RGB (Red+Green+Blue) = 239+175+0=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAF00 is #1050FF. Grayscale: #AEAEAE. Windows color (decimal): -1069312 or 45039. OLE color: 45039.

HSL color Cylindrical-coordinate representation of color #EFAF00: hue angle of 43.93º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFAF00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 175 0 -
CMYK 0 0.27 1 0.06
HSL 43.93º 1% 0.47% -
HSV(B) 43.93º 1% 0.94% -
XYZ 50.93 49.01 6.78 -
YUV 174.19 29.7 174.23 -
System Red Green Blue C M Y K H S L
Decimal 239 175 0 0 0.27 1 0.06 43.93 1 0.47
Hex EF AF 0 0 1B 64 6 2C 64 2F
Octal 357 257 0 0 33 144 6 54 144 57
Binary 11101111 10101111 0 0 11011 1100100 110 101100 1100100 101111

Color Harmonies of #EFAF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF00

Black with #EFAF00

Text Example


Text Example

White with #EFAF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF00; }

 p { color: rgb(239,175,0); }

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

background-color css

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

 a { background-color: rgb(239,175,0); }

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

border-color css

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

 span { border-color: rgb(239,175,0); }

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