Html Css Color HEX #EFE202 Golden Yellow

📋 copy color: '#EFE202'

red 239 ◦ green 226 ◦ blue 2

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

Shades of Golden Yellow #EFE202

Tints of Golden Yellow #EFE202

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.39%

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

R = 51.18%
G = 48.39%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFE202 (or 0xEFE202) is known color: Golden Yellow. HEX triplet: EF, E2 and 02. RGB value is (239,226,2). Sum of RGB (Red+Green+Blue) = 239+226+2=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 2 (1.17% from 255 or 0.43% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE202 is #101DFD. Grayscale: #CDCDCD. Windows color (decimal): -1056254 or 189167. OLE color: 189167.

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

Color convert

RGB 239 226 2 -
CMYK 0 0.05 0.99 0.06
HSL 56.71º 0.98% 0.47% -
HSV(B) 56.71º 0.99% 0.94% -
XYZ 62.8 72.75 10.79 -
YUV 204.35 13.81 152.71 -
System Red Green Blue C M Y K H S L
Decimal 239 226 2 0 0.05 0.99 0.06 56.71 0.98 0.47
Hex EF E2 2 0 5 63 6 39 62 2F
Octal 357 342 2 0 5 143 6 71 142 57
Binary 11101111 11100010 10 0 101 1100011 110 111001 1100010 101111

Color Harmonies of #EFE202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE202

Black with #EFE202

Text Example


Text Example

White with #EFE202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE202; }

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

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

background-color css

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

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

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

border-color css

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

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

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