Html Css Color HEX #EFB002 Selective Yellow

📋 copy color: '#EFB002'

red 239 ◦ green 176 ◦ blue 2

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

Shades of Selective Yellow #EFB002

Tints of Selective Yellow #EFB002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.21%

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

R = 57.31%
G = 42.21%
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

#EFB002 (or 0xEFB002) is known color: Selective Yellow. HEX triplet: EF, B0 and 02. RGB value is (239,176,2). Sum of RGB (Red+Green+Blue) = 239+176+2=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB002 is #104FFD. Grayscale: #AFAFAF. Windows color (decimal): -1069054 or 176367. OLE color: 176367.

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

Color convert

RGB 239 176 2 -
CMYK 0 0.26 0.99 0.06
HSL 44.05º 0.98% 0.47% -
HSV(B) 44.05º 0.99% 0.94% -
XYZ 51.13 49.41 6.9 -
YUV 175 30.37 173.65 -
System Red Green Blue C M Y K H S L
Decimal 239 176 2 0 0.26 0.99 0.06 44.05 0.98 0.47
Hex EF B0 2 0 1A 63 6 2C 62 2F
Octal 357 260 2 0 32 143 6 54 142 57
Binary 11101111 10110000 10 0 11010 1100011 110 101100 1100010 101111

Color Harmonies of #EFB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB002

Black with #EFB002

Text Example


Text Example

White with #EFB002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB002; }

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

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

background-color css

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

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

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

border-color css

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

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

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