Html Css Color HEX #EFE62D Golden Fizz

📋 copy color: '#EFE62D'

red 239 ◦ green 230 ◦ blue 45

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

Shades of Golden Fizz #EFE62D

Tints of Golden Fizz #EFE62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.75%

R = 46.5%
G = 44.75%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFE62D (or 0xEFE62D) is known color: Golden Fizz. HEX triplet: EF, E6 and 2D. RGB value is (239,230,45). Sum of RGB (Red+Green+Blue) = 239+230+45=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 45 (17.97% from 255 or 8.75% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE62D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE62D is #1019D2. Grayscale: #D4D4D4. Windows color (decimal): -1055187 or 3008239. OLE color: 3008239.

HSL color Cylindrical-coordinate representation of color #EFE62D: hue angle of 57.22º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFE62D is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 230 45 -
CMYK 0 0.04 0.81 0.06
HSL 57.22º 0.86% 0.56% -
HSV(B) 57.22º 0.81% 0.94% -
XYZ 64.37 75.13 13.59 -
YUV 211.6 33.98 147.54 -
System Red Green Blue C M Y K H S L
Decimal 239 230 45 0 0.04 0.81 0.06 57.22 0.86 0.56
Hex EF E6 2D 0 4 51 6 39 56 38
Octal 357 346 55 0 4 121 6 71 126 70
Binary 11101111 11100110 101101 0 100 1010001 110 111001 1010110 111000

Color Harmonies of #EFE62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE62D

Black with #EFE62D

Text Example


Text Example

White with #EFE62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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