Html Css Color HEX #EFAF02 Selective Yellow

📋 copy color: '#EFAF02'

red 239 ◦ green 175 ◦ blue 2

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

Shades of Selective Yellow #EFAF02

Tints of Selective Yellow #EFAF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 57.45%
G = 42.07%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFAF02 (or 0xEFAF02) is known color: Selective Yellow. HEX triplet: EF, AF and 02. RGB value is (239,175,2). Sum of RGB (Red+Green+Blue) = 239+175+2=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAF02 is #1050FD. Grayscale: #AFAFAF. Windows color (decimal): -1069310 or 176111. OLE color: 176111.

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

Color convert

RGB 239 175 2 -
CMYK 0 0.27 0.99 0.06
HSL 43.8º 0.98% 0.47% -
HSV(B) 43.8º 0.99% 0.94% -
XYZ 50.94 49.02 6.83 -
YUV 174.41 30.7 174.07 -
System Red Green Blue C M Y K H S L
Decimal 239 175 2 0 0.27 0.99 0.06 43.8 0.98 0.47
Hex EF AF 2 0 1B 63 6 2C 62 2F
Octal 357 257 2 0 33 143 6 54 142 57
Binary 11101111 10101111 10 0 11011 1100011 110 101100 1100010 101111

Color Harmonies of #EFAF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF02

Black with #EFAF02

Text Example


Text Example

White with #EFAF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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