Html Css Color HEX #EFE800 Golden Yellow

📋 copy color: '#EFE800'

red 239 ◦ green 232 ◦ blue 0

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

Shades of Golden Yellow #EFE800

Tints of Golden Yellow #EFE800

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.74%
G = 49.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFE800 (or 0xEFE800) is known color: Golden Yellow. HEX triplet: EF, E8 and 00. RGB value is (239,232,0). Sum of RGB (Red+Green+Blue) = 239+232+0=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 0 (0.39% from 255 or 0% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE800 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE800 is #1017FF. Grayscale: #D0D0D0. Windows color (decimal): -1054720 or 59631. OLE color: 59631.

HSL color Cylindrical-coordinate representation of color #EFE800: hue angle of 58.24º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFE800 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 232 0 -
CMYK 0 0.03 1 0.06
HSL 58.24º 1% 0.47% -
HSV(B) 58.24º 1% 0.94% -
XYZ 64.45 76.06 11.28 -
YUV 207.65 10.82 150.36 -
System Red Green Blue C M Y K H S L
Decimal 239 232 0 0 0.03 1 0.06 58.24 1 0.47
Hex EF E8 0 0 3 64 6 3A 64 2F
Octal 357 350 0 0 3 144 6 72 144 57
Binary 11101111 11101000 0 0 11 1100100 110 111010 1100100 101111

Color Harmonies of #EFE800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE800

Black with #EFE800

Text Example


Text Example

White with #EFE800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE800; }

 p { color: rgb(239,232,0); }

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

background-color css

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

 a { background-color: rgb(239,232,0); }

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

border-color css

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

 span { border-color: rgb(239,232,0); }

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