Html Css Color HEX #EBEB2A Golden Fizz

📋 copy color: '#EBEB2A'

red 235 ◦ green 235 ◦ blue 42

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

Shades of Golden Fizz #EBEB2A

Tints of Golden Fizz #EBEB2A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.9%

 BLUE value IS 42 (16.8% from 255) = 8.2%

R = 45.9%
G = 45.9%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBEB2A (or 0xEBEB2A) is known color: Golden Fizz. HEX triplet: EB, EB and 2A. RGB value is (235,235,42). Sum of RGB (Red+Green+Blue) = 235+235+42=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 42 (16.80% from 255 or 8.20% from 512); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEB2A is #1414D5. Grayscale: #D5D5D5. Windows color (decimal): -1316054 or 2812907. OLE color: 2812907.

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

Color convert

RGB 235 235 42 -
CMYK 0 0 0.82 0.08
HSL 60º 0.83% 0.54% -
HSV(B) 60º 0.82% 0.92% -
XYZ 64.39 77.25 13.71 -
YUV 213 31.5 143.69 -
System Red Green Blue C M Y K H S L
Decimal 235 235 42 0 0 0.82 0.08 60 0.83 0.54
Hex EB EB 2A 0 0 52 8 3C 53 36
Octal 353 353 52 0 0 122 10 74 123 66
Binary 11101011 11101011 101010 0 0 1010010 1000 111100 1010011 110110

Color Harmonies of #EBEB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEB2A

Black with #EBEB2A

Text Example


Text Example

White with #EBEB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEB2A; }

 p { color: rgb(235,235,42); }

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

background-color css

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

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

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

border-color css

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

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

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