Html Css Color HEX #EBDF32 Golden Fizz

📋 copy color: '#EBDF32'

red 235 ◦ green 223 ◦ blue 50

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

Shades of Golden Fizz #EBDF32

Tints of Golden Fizz #EBDF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.84%

R = 46.26%
G = 43.9%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBDF32 (or 0xEBDF32) is known color: Golden Fizz. HEX triplet: EB, DF and 32. RGB value is (235,223,50). Sum of RGB (Red+Green+Blue) = 235+223+50=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF32 is #1420CD. Grayscale: #CFCFCF. Windows color (decimal): -1319118 or 3334123. OLE color: 3334123.

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

Color convert

RGB 235 223 50 -
CMYK 0 0.05 0.79 0.08
HSL 56.11º 0.82% 0.56% -
HSV(B) 56.11º 0.79% 0.92% -
XYZ 61.22 70.67 13.43 -
YUV 206.87 39.48 148.07 -
System Red Green Blue C M Y K H S L
Decimal 235 223 50 0 0.05 0.79 0.08 56.11 0.82 0.56
Hex EB DF 32 0 5 4F 8 38 52 38
Octal 353 337 62 0 5 117 10 70 122 70
Binary 11101011 11011111 110010 0 101 1001111 1000 111000 1010010 111000

Color Harmonies of #EBDF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF32

Black with #EBDF32

Text Example


Text Example

White with #EBDF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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