Html Css Color HEX #EFE72D Golden Fizz

📋 copy color: '#EFE72D'

red 239 ◦ green 231 ◦ blue 45

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

Shades of Golden Fizz #EFE72D

Tints of Golden Fizz #EFE72D

RGB

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

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

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

R = 46.41%
G = 44.85%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFE72D (or 0xEFE72D) is known color: Golden Fizz. HEX triplet: EF, E7 and 2D. RGB value is (239,231,45). Sum of RGB (Red+Green+Blue) = 239+231+45=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 45 (17.97% from 255 or 8.74% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE72D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE72D is #1018D2. Grayscale: #D4D4D4. Windows color (decimal): -1054931 or 3008495. OLE color: 3008495.

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

Color convert

RGB 239 231 45 -
CMYK 0 0.03 0.81 0.06
HSL 57.53º 0.86% 0.56% -
HSV(B) 57.53º 0.81% 0.94% -
XYZ 64.65 75.69 13.69 -
YUV 212.19 33.65 147.12 -
System Red Green Blue C M Y K H S L
Decimal 239 231 45 0 0.03 0.81 0.06 57.53 0.86 0.56
Hex EF E7 2D 0 3 51 6 3A 56 38
Octal 357 347 55 0 3 121 6 72 126 70
Binary 11101111 11100111 101101 0 11 1010001 110 111010 1010110 111000

Color Harmonies of #EFE72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE72D

Black with #EFE72D

Text Example


Text Example

White with #EFE72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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