Html Css Color HEX #EBE02D Golden Fizz

📋 copy color: '#EBE02D'

red 235 ◦ green 224 ◦ blue 45

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

Shades of Golden Fizz #EBE02D

Tints of Golden Fizz #EBE02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.93%

R = 46.63%
G = 44.44%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBE02D (or 0xEBE02D) is known color: Golden Fizz. HEX triplet: EB, E0 and 2D. RGB value is (235,224,45). Sum of RGB (Red+Green+Blue) = 235+224+45=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 45 (17.97% from 255 or 8.93% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE02D is #141FD2. Grayscale: #CFCFCF. Windows color (decimal): -1318867 or 3006699. OLE color: 3006699.

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

Color convert

RGB 235 224 45 -
CMYK 0 0.05 0.81 0.08
HSL 56.53º 0.83% 0.55% -
HSV(B) 56.53º 0.81% 0.92% -
XYZ 61.39 71.16 12.98 -
YUV 206.88 36.64 148.05 -
System Red Green Blue C M Y K H S L
Decimal 235 224 45 0 0.05 0.81 0.08 56.53 0.83 0.55
Hex EB E0 2D 0 5 51 8 39 53 37
Octal 353 340 55 0 5 121 10 71 123 67
Binary 11101011 11100000 101101 0 101 1010001 1000 111001 1010011 110111

Color Harmonies of #EBE02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE02D

Black with #EBE02D

Text Example


Text Example

White with #EBE02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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