Html Css Color HEX #EBE020 Golden Fizz

📋 copy color: '#EBE020'

red 235 ◦ green 224 ◦ blue 32

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

Shades of Golden Fizz #EBE020

Tints of Golden Fizz #EBE020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.52%

R = 47.86%
G = 45.62%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBE020 (or 0xEBE020) is known color: Golden Fizz. HEX triplet: EB, E0 and 20. RGB value is (235,224,32). Sum of RGB (Red+Green+Blue) = 235+224+32=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 32 (12.89% from 255 or 6.52% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE020 is #141FDF. Grayscale: #CECECE. Windows color (decimal): -1318880 or 2154731. OLE color: 2154731.

HSL color Cylindrical-coordinate representation of color #EBE020: hue angle of 56.75º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBE020 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 224 32 -
CMYK 0 0.05 0.86 0.08
HSL 56.75º 0.84% 0.52% -
HSV(B) 56.75º 0.86% 0.92% -
XYZ 61.18 71.08 11.86 -
YUV 205.4 30.14 149.11 -
System Red Green Blue C M Y K H S L
Decimal 235 224 32 0 0.05 0.86 0.08 56.75 0.84 0.52
Hex EB E0 20 0 5 56 8 39 54 34
Octal 353 340 40 0 5 126 10 71 124 64
Binary 11101011 11100000 100000 0 101 1010110 1000 111001 1010100 110100

Color Harmonies of #EBE020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE020

Black with #EBE020

Text Example


Text Example

White with #EBE020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE020; }

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

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

background-color css

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

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

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

border-color css

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

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

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