Html Css Color HEX #EDE628 Golden Fizz

📋 copy color: '#EDE628'

red 237 ◦ green 230 ◦ blue 40

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

Shades of Golden Fizz #EDE628

Tints of Golden Fizz #EDE628

RGB

 RED value IS 237 (92.97% from 255) = 46.75%

 GREEN value IS 230 (90.23% from 255) = 45.36%

 BLUE value IS 40 (16.02% from 255) = 7.89%

R = 46.75%
G = 45.36%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDE628 (or 0xEDE628) is known color: Golden Fizz. HEX triplet: ED, E6 and 28. RGB value is (237,230,40). Sum of RGB (Red+Green+Blue) = 237+230+40=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 40 (16.02% from 255 or 7.89% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE628 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE628 is #1219D7. Grayscale: #D3D3D3. Windows color (decimal): -1186264 or 2680557. OLE color: 2680557.

HSL color Cylindrical-coordinate representation of color #EDE628: hue angle of 57.87º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDE628 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 40 -
CMYK 0 0.03 0.83 0.07
HSL 57.87º 0.85% 0.54% -
HSV(B) 57.87º 0.83% 0.93% -
XYZ 63.6 74.75 13.08 -
YUV 210.43 31.82 146.95 -
System Red Green Blue C M Y K H S L
Decimal 237 230 40 0 0.03 0.83 0.07 57.87 0.85 0.54
Hex ED E6 28 0 3 53 7 3A 55 36
Octal 355 346 50 0 3 123 7 72 125 66
Binary 11101101 11100110 101000 0 11 1010011 111 111010 1010101 110110

Color Harmonies of #EDE628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE628

Black with #EDE628

Text Example


Text Example

White with #EDE628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE628; }

 p { color: rgb(237,230,40); }

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

background-color css

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

 a { background-color: rgb(237,230,40); }

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

border-color css

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

 span { border-color: rgb(237,230,40); }

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