Html Css Color HEX #EFE702 Golden Yellow

📋 copy color: '#EFE702'

red 239 ◦ green 231 ◦ blue 2

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

Shades of Golden Yellow #EFE702

Tints of Golden Yellow #EFE702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.94%

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

R = 50.64%
G = 48.94%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFE702 (or 0xEFE702) is known color: Golden Yellow. HEX triplet: EF, E7 and 02. RGB value is (239,231,2). Sum of RGB (Red+Green+Blue) = 239+231+2=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 231 (90.62% from 255 or 48.94% from 472); Blue value is 2 (1.17% from 255 or 0.42% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE702 is #1018FD. Grayscale: #D0D0D0. Windows color (decimal): -1054974 or 190447. OLE color: 190447.

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

Color convert

RGB 239 231 2 -
CMYK 0 0.03 0.99 0.06
HSL 57.97º 0.98% 0.47% -
HSV(B) 57.97º 0.99% 0.94% -
XYZ 64.18 75.51 11.25 -
YUV 207.29 12.15 150.62 -
System Red Green Blue C M Y K H S L
Decimal 239 231 2 0 0.03 0.99 0.06 57.97 0.98 0.47
Hex EF E7 2 0 3 63 6 3A 62 2F
Octal 357 347 2 0 3 143 6 72 142 57
Binary 11101111 11100111 10 0 11 1100011 110 111010 1100010 101111

Color Harmonies of #EFE702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE702

Black with #EFE702

Text Example


Text Example

White with #EFE702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE702; }

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

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

background-color css

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

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

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

border-color css

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

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

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