Html Css Color HEX #EBE024 Golden Fizz

📋 copy color: '#EBE024'

red 235 ◦ green 224 ◦ blue 36

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

Shades of Golden Fizz #EBE024

Tints of Golden Fizz #EBE024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.27%

R = 47.47%
G = 45.25%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBE024 (or 0xEBE024) is known color: Golden Fizz. HEX triplet: EB, E0 and 24. RGB value is (235,224,36). Sum of RGB (Red+Green+Blue) = 235+224+36=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 36 (14.45% from 255 or 7.27% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE024 is #141FDB. Grayscale: #CECECE. Windows color (decimal): -1318876 or 2416875. OLE color: 2416875.

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

Color convert

RGB 235 224 36 -
CMYK 0 0.05 0.85 0.08
HSL 56.68º 0.83% 0.53% -
HSV(B) 56.68º 0.85% 0.92% -
XYZ 61.24 71.1 12.17 -
YUV 205.86 32.14 148.79 -
System Red Green Blue C M Y K H S L
Decimal 235 224 36 0 0.05 0.85 0.08 56.68 0.83 0.53
Hex EB E0 24 0 5 55 8 39 53 35
Octal 353 340 44 0 5 125 10 71 123 65
Binary 11101011 11100000 100100 0 101 1010101 1000 111001 1010011 110101

Color Harmonies of #EBE024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE024

Black with #EBE024

Text Example


Text Example

White with #EBE024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE024; }

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

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

background-color css

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

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

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

border-color css

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

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

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