Html Css Color HEX #EFB502 Selective Yellow

📋 copy color: '#EFB502'

red 239 ◦ green 181 ◦ blue 2

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

Shades of Selective Yellow #EFB502

Tints of Selective Yellow #EFB502

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

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

R = 56.64%
G = 42.89%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFB502 (or 0xEFB502) is known color: Selective Yellow. HEX triplet: EF, B5 and 02. RGB value is (239,181,2). Sum of RGB (Red+Green+Blue) = 239+181+2=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB502 is #104AFD. Grayscale: #B2B2B2. Windows color (decimal): -1067774 or 177647. OLE color: 177647.

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

Color convert

RGB 239 181 2 -
CMYK 0 0.24 0.99 0.06
HSL 45.32º 0.98% 0.47% -
HSV(B) 45.32º 0.99% 0.94% -
XYZ 52.13 51.4 7.23 -
YUV 177.94 28.72 171.55 -
System Red Green Blue C M Y K H S L
Decimal 239 181 2 0 0.24 0.99 0.06 45.32 0.98 0.47
Hex EF B5 2 0 18 63 6 2D 62 2F
Octal 357 265 2 0 30 143 6 55 142 57
Binary 11101111 10110101 10 0 11000 1100011 110 101101 1100010 101111

Color Harmonies of #EFB502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB502

Black with #EFB502

Text Example


Text Example

White with #EFB502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB502; }

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

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

background-color css

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

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

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

border-color css

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

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

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