Html Css Color HEX #EFE434 Golden Fizz

📋 copy color: '#EFE434'

red 239 ◦ green 228 ◦ blue 52

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

Shades of Golden Fizz #EFE434

Tints of Golden Fizz #EFE434

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.93%

 BLUE value IS 52 (20.7% from 255) = 10.02%

R = 46.05%
G = 43.93%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFE434 (or 0xEFE434) is known color: Golden Fizz. HEX triplet: EF, E4 and 34. RGB value is (239,228,52). Sum of RGB (Red+Green+Blue) = 239+228+52=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 52 (20.70% from 255 or 10.02% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE434 is #101BCB. Grayscale: #D3D3D3. Windows color (decimal): -1055692 or 3466479. OLE color: 3466479.

HSL color Cylindrical-coordinate representation of color #EFE434: hue angle of 56.47º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFE434 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 52 -
CMYK 0 0.05 0.78 0.06
HSL 56.47º 0.85% 0.57% -
HSV(B) 56.47º 0.78% 0.94% -
XYZ 63.96 74.09 14.18 -
YUV 211.23 38.14 147.81 -
System Red Green Blue C M Y K H S L
Decimal 239 228 52 0 0.05 0.78 0.06 56.47 0.85 0.57
Hex EF E4 34 0 5 4E 6 38 55 39
Octal 357 344 64 0 5 116 6 70 125 71
Binary 11101111 11100100 110100 0 101 1001110 110 111000 1010101 111001

Color Harmonies of #EFE434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE434

Black with #EFE434

Text Example


Text Example

White with #EFE434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE434; }

 p { color: rgb(239,228,52); }

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

background-color css

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

 a { background-color: rgb(239,228,52); }

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

border-color css

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

 span { border-color: rgb(239,228,52); }

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