Html Css Color HEX #EDE130 Golden Fizz

📋 copy color: '#EDE130'

red 237 ◦ green 225 ◦ blue 48

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

Shades of Golden Fizz #EDE130

Tints of Golden Fizz #EDE130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.12%

 BLUE value IS 48 (19.14% from 255) = 9.41%

R = 46.47%
G = 44.12%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDE130 (or 0xEDE130) is known color: Golden Fizz. HEX triplet: ED, E1 and 30. RGB value is (237,225,48). Sum of RGB (Red+Green+Blue) = 237+225+48=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 48 (19.14% from 255 or 9.41% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE130 is #121ECF. Grayscale: #D1D1D1. Windows color (decimal): -1187536 or 3203565. OLE color: 3203565.

HSL color Cylindrical-coordinate representation of color #EDE130: hue angle of 56.19º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDE130 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 225 48 -
CMYK 0 0.05 0.80 0.07
HSL 56.19º 0.84% 0.56% -
HSV(B) 56.19º 0.8% 0.93% -
XYZ 62.38 72.07 13.42 -
YUV 208.41 37.48 148.39 -
System Red Green Blue C M Y K H S L
Decimal 237 225 48 0 0.05 0.80 0.07 56.19 0.84 0.56
Hex ED E1 30 0 5 50 7 38 54 38
Octal 355 341 60 0 5 120 7 70 124 70
Binary 11101101 11100001 110000 0 101 1010000 111 111000 1010100 111000

Color Harmonies of #EDE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE130

Black with #EDE130

Text Example


Text Example

White with #EDE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE130; }

 p { color: rgb(237,225,48); }

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

background-color css

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

 a { background-color: rgb(237,225,48); }

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

border-color css

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

 span { border-color: rgb(237,225,48); }

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