Html Css Color HEX #EBE92A Golden Fizz

📋 copy color: '#EBE92A'

red 235 ◦ green 233 ◦ blue 42

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

Shades of Golden Fizz #EBE92A

Tints of Golden Fizz #EBE92A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.69%

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

R = 46.08%
G = 45.69%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBE92A (or 0xEBE92A) is known color: Golden Fizz. HEX triplet: EB, E9 and 2A. RGB value is (235,233,42). Sum of RGB (Red+Green+Blue) = 235+233+42=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 42 (16.80% from 255 or 8.24% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE92A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE92A is #1416D5. Grayscale: #D4D4D4. Windows color (decimal): -1316566 or 2812395. OLE color: 2812395.

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

Color convert

RGB 235 233 42 -
CMYK 0 0.01 0.82 0.08
HSL 59.38º 0.83% 0.54% -
HSV(B) 59.38º 0.82% 0.92% -
XYZ 63.82 76.11 13.52 -
YUV 211.82 32.16 144.53 -
System Red Green Blue C M Y K H S L
Decimal 235 233 42 0 0.01 0.82 0.08 59.38 0.83 0.54
Hex EB E9 2A 0 1 52 8 3B 53 36
Octal 353 351 52 0 1 122 10 73 123 66
Binary 11101011 11101001 101010 0 1 1010010 1000 111011 1010011 110110

Color Harmonies of #EBE92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE92A

Black with #EBE92A

Text Example


Text Example

White with #EBE92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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