Html Css Color HEX #EFE700 Golden Yellow

📋 copy color: '#EFE700'

red 239 ◦ green 231 ◦ blue 0

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

Shades of Golden Yellow #EFE700

Tints of Golden Yellow #EFE700

RGB

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

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

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

R = 50.85%
G = 49.15%
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

#EFE700 (or 0xEFE700) is known color: Golden Yellow. HEX triplet: EF, E7 and 00. RGB value is (239,231,0). Sum of RGB (Red+Green+Blue) = 239+231+0=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 0 (0.39% from 255 or 0% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE700 is #1018FF. Grayscale: #CFCFCF. Windows color (decimal): -1054976 or 59375. OLE color: 59375.

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

Color convert

RGB 239 231 0 -
CMYK 0 0.03 1 0.06
HSL 57.99º 1% 0.47% -
HSV(B) 57.99º 1% 0.94% -
XYZ 64.17 75.5 11.19 -
YUV 207.06 11.15 150.78 -
System Red Green Blue C M Y K H S L
Decimal 239 231 0 0 0.03 1 0.06 57.99 1 0.47
Hex EF E7 0 0 3 64 6 3A 64 2F
Octal 357 347 0 0 3 144 6 72 144 57
Binary 11101111 11100111 0 0 11 1100100 110 111010 1100100 101111

Color Harmonies of #EFE700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE700

Black with #EFE700

Text Example


Text Example

White with #EFE700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE700; }

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

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

background-color css

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

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

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

border-color css

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

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

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