Html Css Color HEX #EFE600 Golden Yellow

📋 copy color: '#EFE600'

red 239 ◦ green 230 ◦ blue 0

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

Shades of Golden Yellow #EFE600

Tints of Golden Yellow #EFE600

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.04%

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

R = 50.96%
G = 49.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFE600 (or 0xEFE600) is known color: Golden Yellow. HEX triplet: EF, E6 and 00. RGB value is (239,230,0). Sum of RGB (Red+Green+Blue) = 239+230+0=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 230 (90.23% from 255 or 49.04% from 469); Blue value is 0 (0.39% from 255 or 0% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE600 is #1019FF. Grayscale: #CFCFCF. Windows color (decimal): -1055232 or 59119. OLE color: 59119.

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

Color convert

RGB 239 230 0 -
CMYK 0 0.04 1 0.06
HSL 57.74º 1% 0.47% -
HSV(B) 57.74º 1% 0.94% -
XYZ 63.89 74.94 11.1 -
YUV 206.47 11.48 151.2 -
System Red Green Blue C M Y K H S L
Decimal 239 230 0 0 0.04 1 0.06 57.74 1 0.47
Hex EF E6 0 0 4 64 6 3A 64 2F
Octal 357 346 0 0 4 144 6 72 144 57
Binary 11101111 11100110 0 0 100 1100100 110 111010 1100100 101111

Color Harmonies of #EFE600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE600

Black with #EFE600

Text Example


Text Example

White with #EFE600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE600; }

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

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

background-color css

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

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

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

border-color css

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

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

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