Html Css Color HEX #EBE52A Golden Fizz

📋 copy color: '#EBE52A'

red 235 ◦ green 229 ◦ blue 42

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

Shades of Golden Fizz #EBE52A

Tints of Golden Fizz #EBE52A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.26%

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

R = 46.44%
G = 45.26%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBE52A (or 0xEBE52A) is known color: Golden Fizz. HEX triplet: EB, E5 and 2A. RGB value is (235,229,42). Sum of RGB (Red+Green+Blue) = 235+229+42=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 42 (16.80% from 255 or 8.30% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE52A is #141AD5. Grayscale: #D2D2D2. Windows color (decimal): -1317590 or 2811371. OLE color: 2811371.

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

Color convert

RGB 235 229 42 -
CMYK 0 0.03 0.82 0.08
HSL 58.13º 0.83% 0.54% -
HSV(B) 58.13º 0.82% 0.92% -
XYZ 62.7 73.87 13.14 -
YUV 209.48 33.49 146.21 -
System Red Green Blue C M Y K H S L
Decimal 235 229 42 0 0.03 0.82 0.08 58.13 0.83 0.54
Hex EB E5 2A 0 3 52 8 3A 53 36
Octal 353 345 52 0 3 122 10 72 123 66
Binary 11101011 11100101 101010 0 11 1010010 1000 111010 1010011 110110

Color Harmonies of #EBE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE52A

Black with #EBE52A

Text Example


Text Example

White with #EBE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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