Html Css Color HEX #EFE102 Golden Yellow

📋 copy color: '#EFE102'

red 239 ◦ green 225 ◦ blue 2

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

Shades of Golden Yellow #EFE102

Tints of Golden Yellow #EFE102

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.28%

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

R = 51.29%
G = 48.28%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFE102 (or 0xEFE102) is known color: Golden Yellow. HEX triplet: EF, E1 and 02. RGB value is (239,225,2). Sum of RGB (Red+Green+Blue) = 239+225+2=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 2 (1.17% from 255 or 0.43% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE102 is #101EFD. Grayscale: #CCCCCC. Windows color (decimal): -1056510 or 188911. OLE color: 188911.

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

Color convert

RGB 239 225 2 -
CMYK 0 0.06 0.99 0.06
HSL 56.46º 0.98% 0.47% -
HSV(B) 56.46º 0.99% 0.94% -
XYZ 62.53 72.21 10.7 -
YUV 203.76 14.14 153.13 -
System Red Green Blue C M Y K H S L
Decimal 239 225 2 0 0.06 0.99 0.06 56.46 0.98 0.47
Hex EF E1 2 0 6 63 6 38 62 2F
Octal 357 341 2 0 6 143 6 70 142 57
Binary 11101111 11100001 10 0 110 1100011 110 111000 1100010 101111

Color Harmonies of #EFE102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE102

Black with #EFE102

Text Example


Text Example

White with #EFE102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE102; }

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

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

background-color css

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

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

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

border-color css

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

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

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