Html Css Color HEX #EFE002 Golden Yellow

📋 copy color: '#EFE002'

red 239 ◦ green 224 ◦ blue 2

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

Shades of Golden Yellow #EFE002

Tints of Golden Yellow #EFE002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.17%

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

R = 51.4%
G = 48.17%
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

#EFE002 (or 0xEFE002) is known color: Golden Yellow. HEX triplet: EF, E0 and 02. RGB value is (239,224,2). Sum of RGB (Red+Green+Blue) = 239+224+2=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE002 is #101FFD. Grayscale: #CCCCCC. Windows color (decimal): -1056766 or 188655. OLE color: 188655.

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

Color convert

RGB 239 224 2 -
CMYK 0 0.06 0.99 0.06
HSL 56.2º 0.98% 0.47% -
HSV(B) 56.2º 0.99% 0.94% -
XYZ 62.26 71.67 10.61 -
YUV 203.18 14.47 153.55 -
System Red Green Blue C M Y K H S L
Decimal 239 224 2 0 0.06 0.99 0.06 56.2 0.98 0.47
Hex EF E0 2 0 6 63 6 38 62 2F
Octal 357 340 2 0 6 143 6 70 142 57
Binary 11101111 11100000 10 0 110 1100011 110 111000 1100010 101111

Color Harmonies of #EFE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE002

Black with #EFE002

Text Example


Text Example

White with #EFE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE002; }

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

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

background-color css

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

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

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

border-color css

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

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

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