Html Css Color HEX #EBE72D Golden Fizz

📋 copy color: '#EBE72D'

red 235 ◦ green 231 ◦ blue 45

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

Shades of Golden Fizz #EBE72D

Tints of Golden Fizz #EBE72D

RGB

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

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

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

R = 45.99%
G = 45.21%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBE72D (or 0xEBE72D) is known color: Golden Fizz. HEX triplet: EB, E7 and 2D. RGB value is (235,231,45). Sum of RGB (Red+Green+Blue) = 235+231+45=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE72D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE72D is #1418D2. Grayscale: #D3D3D3. Windows color (decimal): -1317075 or 3008491. OLE color: 3008491.

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

Color convert

RGB 235 231 45 -
CMYK 0 0.02 0.81 0.08
HSL 58.74º 0.83% 0.55% -
HSV(B) 58.74º 0.81% 0.92% -
XYZ 63.31 75 13.62 -
YUV 210.99 34.33 145.12 -
System Red Green Blue C M Y K H S L
Decimal 235 231 45 0 0.02 0.81 0.08 58.74 0.83 0.55
Hex EB E7 2D 0 2 51 8 3B 53 37
Octal 353 347 55 0 2 121 10 73 123 67
Binary 11101011 11100111 101101 0 10 1010001 1000 111011 1010011 110111

Color Harmonies of #EBE72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE72D

Black with #EBE72D

Text Example


Text Example

White with #EBE72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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