Html Css Color HEX #EFB602 Selective Yellow

📋 copy color: '#EFB602'

red 239 ◦ green 182 ◦ blue 2

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

Shades of Selective Yellow #EFB602

Tints of Selective Yellow #EFB602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.03%

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

R = 56.5%
G = 43.03%
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

#EFB602 (or 0xEFB602) is known color: Selective Yellow. HEX triplet: EF, B6 and 02. RGB value is (239,182,2). Sum of RGB (Red+Green+Blue) = 239+182+2=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB602 is #1049FD. Grayscale: #B3B3B3. Windows color (decimal): -1067518 or 177903. OLE color: 177903.

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

Color convert

RGB 239 182 2 -
CMYK 0 0.24 0.99 0.06
HSL 45.57º 0.98% 0.47% -
HSV(B) 45.57º 0.99% 0.94% -
XYZ 52.34 51.81 7.3 -
YUV 178.52 28.38 171.14 -
System Red Green Blue C M Y K H S L
Decimal 239 182 2 0 0.24 0.99 0.06 45.57 0.98 0.47
Hex EF B6 2 0 18 63 6 2E 62 2F
Octal 357 266 2 0 30 143 6 56 142 57
Binary 11101111 10110110 10 0 11000 1100011 110 101110 1100010 101111

Color Harmonies of #EFB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB602

Black with #EFB602

Text Example


Text Example

White with #EFB602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB602; }

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

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

background-color css

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

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

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

border-color css

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

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

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