Html Css Color HEX #EBEA34 Golden Fizz

📋 copy color: '#EBEA34'

red 235 ◦ green 234 ◦ blue 52

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

Shades of Golden Fizz #EBEA34

Tints of Golden Fizz #EBEA34

RGB

 RED value IS 235 (92.19% from 255) = 45.11%

 GREEN value IS 234 (91.8% from 255) = 44.91%

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

R = 45.11%
G = 44.91%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBEA34 (or 0xEBEA34) is known color: Golden Fizz. HEX triplet: EB, EA and 34. RGB value is (235,234,52). Sum of RGB (Red+Green+Blue) = 235+234+52=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 52 (20.70% from 255 or 9.98% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEA34 is #1415CB. Grayscale: #D6D6D6. Windows color (decimal): -1316300 or 3468011. OLE color: 3468011.

HSL color Cylindrical-coordinate representation of color #EBEA34: hue angle of 59.67º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBEA34 is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 234 52 -
CMYK 0 0.00 0.78 0.08
HSL 59.67º 0.82% 0.56% -
HSV(B) 59.67º 0.78% 0.92% -
XYZ 64.3 76.76 14.67 -
YUV 213.55 36.83 143.3 -
System Red Green Blue C M Y K H S L
Decimal 235 234 52 0 0.00 0.78 0.08 59.67 0.82 0.56
Hex EB EA 34 0 0 4E 8 3C 52 38
Octal 353 352 64 0 0 116 10 74 122 70
Binary 11101011 11101010 110100 0 0 1001110 1000 111100 1010010 111000

Color Harmonies of #EBEA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEA34

Black with #EBEA34

Text Example


Text Example

White with #EBEA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEA34; }

 p { color: rgb(235,234,52); }

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

background-color css

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

 a { background-color: rgb(235,234,52); }

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

border-color css

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

 span { border-color: rgb(235,234,52); }

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