Html Css Color HEX #EBDC1E Golden Fizz

📋 copy color: '#EBDC1E'

red 235 ◦ green 220 ◦ blue 30

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

Shades of Golden Fizz #EBDC1E

Tints of Golden Fizz #EBDC1E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.36%

 BLUE value IS 30 (12.11% from 255) = 6.19%

R = 48.45%
G = 45.36%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EBDC1E (or 0xEBDC1E) is known color: Golden Fizz. HEX triplet: EB, DC and 1E. RGB value is (235,220,30). Sum of RGB (Red+Green+Blue) = 235+220+30=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 30 (12.11% from 255 or 6.19% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC1E is #1423E1. Grayscale: #CBCBCB. Windows color (decimal): -1319906 or 2022635. OLE color: 2022635.

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

Color convert

RGB 235 220 30 -
CMYK 0 0.06 0.87 0.08
HSL 55.61º 0.84% 0.52% -
HSV(B) 55.61º 0.87% 0.92% -
XYZ 60.09 68.94 11.37 -
YUV 202.83 30.47 150.95 -
System Red Green Blue C M Y K H S L
Decimal 235 220 30 0 0.06 0.87 0.08 55.61 0.84 0.52
Hex EB DC 1E 0 6 57 8 38 54 34
Octal 353 334 36 0 6 127 10 70 124 64
Binary 11101011 11011100 11110 0 110 1010111 1000 111000 1010100 110100

Color Harmonies of #EBDC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC1E

Black with #EBDC1E

Text Example


Text Example

White with #EBDC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC1E; }

 p { color: rgb(235,220,30); }

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

background-color css

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

 a { background-color: rgb(235,220,30); }

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

border-color css

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

 span { border-color: rgb(235,220,30); }

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