Html Css Color HEX #EBDF2D Golden Fizz

📋 copy color: '#EBDF2D'

red 235 ◦ green 223 ◦ blue 45

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

Shades of Golden Fizz #EBDF2D

Tints of Golden Fizz #EBDF2D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.33%

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

R = 46.72%
G = 44.33%
B = 8.95%

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

#EBDF2D (or 0xEBDF2D) is known color: Golden Fizz. HEX triplet: EB, DF and 2D. RGB value is (235,223,45). Sum of RGB (Red+Green+Blue) = 235+223+45=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF2D is #1420D2. Grayscale: #CFCFCF. Windows color (decimal): -1319123 or 3006443. OLE color: 3006443.

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

Color convert

RGB 235 223 45 -
CMYK 0 0.05 0.81 0.08
HSL 56.21º 0.83% 0.55% -
HSV(B) 56.21º 0.81% 0.92% -
XYZ 61.12 70.63 12.89 -
YUV 206.3 36.98 148.47 -
System Red Green Blue C M Y K H S L
Decimal 235 223 45 0 0.05 0.81 0.08 56.21 0.83 0.55
Hex EB DF 2D 0 5 51 8 38 53 37
Octal 353 337 55 0 5 121 10 70 123 67
Binary 11101011 11011111 101101 0 101 1010001 1000 111000 1010011 110111

Color Harmonies of #EBDF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF2D

Black with #EBDF2D

Text Example


Text Example

White with #EBDF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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