Html Css Color HEX #EFE900 Golden Yellow

📋 copy color: '#EFE900'

red 239 ◦ green 233 ◦ blue 0

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

Shades of Golden Yellow #EFE900

Tints of Golden Yellow #EFE900

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.36%

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

R = 50.64%
G = 49.36%
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

#EFE900 (or 0xEFE900) is known color: Golden Yellow. HEX triplet: EF, E9 and 00. RGB value is (239,233,0). Sum of RGB (Red+Green+Blue) = 239+233+0=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE900 is #1016FF. Grayscale: #D1D1D1. Windows color (decimal): -1054464 or 59887. OLE color: 59887.

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

Color convert

RGB 239 233 0 -
CMYK 0 0.03 1 0.06
HSL 58.49º 1% 0.47% -
HSV(B) 58.49º 1% 0.94% -
XYZ 64.74 76.63 11.38 -
YUV 208.23 10.49 149.95 -
System Red Green Blue C M Y K H S L
Decimal 239 233 0 0 0.03 1 0.06 58.49 1 0.47
Hex EF E9 0 0 3 64 6 3A 64 2F
Octal 357 351 0 0 3 144 6 72 144 57
Binary 11101111 11101001 0 0 11 1100100 110 111010 1100100 101111

Color Harmonies of #EFE900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE900

Black with #EFE900

Text Example


Text Example

White with #EFE900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE900; }

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

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

background-color css

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

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

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

border-color css

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

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

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