Html Css Color HEX #EBE02A Golden Fizz

📋 copy color: '#EBE02A'

red 235 ◦ green 224 ◦ blue 42

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

Shades of Golden Fizz #EBE02A

Tints of Golden Fizz #EBE02A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.71%

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

R = 46.91%
G = 44.71%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBE02A (or 0xEBE02A) is known color: Golden Fizz. HEX triplet: EB, E0 and 2A. RGB value is (235,224,42). Sum of RGB (Red+Green+Blue) = 235+224+42=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 42 (16.80% from 255 or 8.38% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE02A is #141FD5. Grayscale: #CFCFCF. Windows color (decimal): -1318870 or 2810091. OLE color: 2810091.

HSL color Cylindrical-coordinate representation of color #EBE02A: hue angle of 56.58º 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 #EBE02A is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 224 42 -
CMYK 0 0.05 0.82 0.08
HSL 56.58º 0.83% 0.54% -
HSV(B) 56.58º 0.82% 0.92% -
XYZ 61.33 71.14 12.69 -
YUV 206.54 35.14 148.3 -
System Red Green Blue C M Y K H S L
Decimal 235 224 42 0 0.05 0.82 0.08 56.58 0.83 0.54
Hex EB E0 2A 0 5 52 8 39 53 36
Octal 353 340 52 0 5 122 10 71 123 66
Binary 11101011 11100000 101010 0 101 1010010 1000 111001 1010011 110110

Color Harmonies of #EBE02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE02A

Black with #EBE02A

Text Example


Text Example

White with #EBE02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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