Html Css Color HEX #EBE72A Golden Fizz

📋 copy color: '#EBE72A'

red 235 ◦ green 231 ◦ blue 42

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

Shades of Golden Fizz #EBE72A

Tints of Golden Fizz #EBE72A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.47%

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

R = 46.26%
G = 45.47%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBE72A (or 0xEBE72A) is known color: Golden Fizz. HEX triplet: EB, E7 and 2A. RGB value is (235,231,42). Sum of RGB (Red+Green+Blue) = 235+231+42=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 42 (16.80% from 255 or 8.27% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE72A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE72A is #1418D5. Grayscale: #D3D3D3. Windows color (decimal): -1317078 or 2811883. OLE color: 2811883.

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

Color convert

RGB 235 231 42 -
CMYK 0 0.02 0.82 0.08
HSL 58.76º 0.83% 0.54% -
HSV(B) 58.76º 0.82% 0.92% -
XYZ 63.25 74.98 13.33 -
YUV 210.65 32.83 145.37 -
System Red Green Blue C M Y K H S L
Decimal 235 231 42 0 0.02 0.82 0.08 58.76 0.83 0.54
Hex EB E7 2A 0 2 52 8 3B 53 36
Octal 353 347 52 0 2 122 10 73 123 66
Binary 11101011 11100111 101010 0 10 1010010 1000 111011 1010011 110110

Color Harmonies of #EBE72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE72A

Black with #EBE72A

Text Example


Text Example

White with #EBE72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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