Html Css Color HEX #EBD23A Golden Fizz

📋 copy color: '#EBD23A'

red 235 ◦ green 210 ◦ blue 58

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

Shades of Golden Fizz #EBD23A

Tints of Golden Fizz #EBD23A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.75%

 BLUE value IS 58 (23.05% from 255) = 11.53%

R = 46.72%
G = 41.75%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBD23A (or 0xEBD23A) is known color: Golden Fizz. HEX triplet: EB, D2 and 3A. RGB value is (235,210,58). Sum of RGB (Red+Green+Blue) = 235+210+58=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD23A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD23A is #142DC5. Grayscale: #C8C8C8. Windows color (decimal): -1322438 or 3855083. OLE color: 3855083.

HSL color Cylindrical-coordinate representation of color #EBD23A: hue angle of 51.53º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBD23A is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 210 58 -
CMYK 0 0.11 0.75 0.08
HSL 51.53º 0.82% 0.57% -
HSV(B) 51.53º 0.75% 0.92% -
XYZ 58.07 64.06 13.31 -
YUV 200.15 47.78 152.86 -
System Red Green Blue C M Y K H S L
Decimal 235 210 58 0 0.11 0.75 0.08 51.53 0.82 0.57
Hex EB D2 3A 0 B 4B 8 34 52 39
Octal 353 322 72 0 13 113 10 64 122 71
Binary 11101011 11010010 111010 0 1011 1001011 1000 110100 1010010 111001

Color Harmonies of #EBD23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD23A

Black with #EBD23A

Text Example


Text Example

White with #EBD23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD23A; }

 p { color: rgb(235,210,58); }

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

background-color css

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

 a { background-color: rgb(235,210,58); }

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

border-color css

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

 span { border-color: rgb(235,210,58); }

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