Html Css Color HEX #EFB202 Selective Yellow

📋 copy color: '#EFB202'

red 239 ◦ green 178 ◦ blue 2

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

Shades of Selective Yellow #EFB202

Tints of Selective Yellow #EFB202

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.48%

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

R = 57.04%
G = 42.48%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFB202 (or 0xEFB202) is known color: Selective Yellow. HEX triplet: EF, B2 and 02. RGB value is (239,178,2). Sum of RGB (Red+Green+Blue) = 239+178+2=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB202 is #104DFD. Grayscale: #B0B0B0. Windows color (decimal): -1068542 or 176879. OLE color: 176879.

HSL color Cylindrical-coordinate representation of color #EFB202: hue angle of 44.56º 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 #EFB202 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 178 2 -
CMYK 0 0.26 0.99 0.06
HSL 44.56º 0.98% 0.47% -
HSV(B) 44.56º 0.99% 0.94% -
XYZ 51.53 50.2 7.03 -
YUV 176.18 29.71 172.81 -
System Red Green Blue C M Y K H S L
Decimal 239 178 2 0 0.26 0.99 0.06 44.56 0.98 0.47
Hex EF B2 2 0 1A 63 6 2D 62 2F
Octal 357 262 2 0 32 143 6 55 142 57
Binary 11101111 10110010 10 0 11010 1100011 110 101101 1100010 101111

Color Harmonies of #EFB202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB202

Black with #EFB202

Text Example


Text Example

White with #EFB202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB202; }

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

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

background-color css

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

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

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

border-color css

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

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

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