Html Css Color HEX #EFB302 Selective Yellow

📋 copy color: '#EFB302'

red 239 ◦ green 179 ◦ blue 2

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

Shades of Selective Yellow #EFB302

Tints of Selective Yellow #EFB302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.62%

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

R = 56.9%
G = 42.62%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFB302 (or 0xEFB302) is known color: Selective Yellow. HEX triplet: EF, B3 and 02. RGB value is (239,179,2). Sum of RGB (Red+Green+Blue) = 239+179+2=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB302 is #104CFD. Grayscale: #B1B1B1. Windows color (decimal): -1068286 or 177135. OLE color: 177135.

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

Color convert

RGB 239 179 2 -
CMYK 0 0.25 0.99 0.06
HSL 44.81º 0.98% 0.47% -
HSV(B) 44.81º 0.99% 0.94% -
XYZ 51.73 50.6 7.1 -
YUV 176.76 29.38 172.39 -
System Red Green Blue C M Y K H S L
Decimal 239 179 2 0 0.25 0.99 0.06 44.81 0.98 0.47
Hex EF B3 2 0 19 63 6 2D 62 2F
Octal 357 263 2 0 31 143 6 55 142 57
Binary 11101111 10110011 10 0 11001 1100011 110 101101 1100010 101111

Color Harmonies of #EFB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB302

Black with #EFB302

Text Example


Text Example

White with #EFB302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB302; }

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

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

background-color css

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

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

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

border-color css

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

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

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