Html Css Color HEX #EDE838 Golden Fizz

📋 copy color: '#EDE838'

red 237 ◦ green 232 ◦ blue 56

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

Shades of Golden Fizz #EDE838

Tints of Golden Fizz #EDE838

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.19%

 BLUE value IS 56 (22.27% from 255) = 10.67%

R = 45.14%
G = 44.19%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDE838 (or 0xEDE838) is known color: Golden Fizz. HEX triplet: ED, E8 and 38. RGB value is (237,232,56). Sum of RGB (Red+Green+Blue) = 237+232+56=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 56 (22.27% from 255 or 10.67% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE838 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE838 is #1217C7. Grayscale: #D6D6D6. Windows color (decimal): -1185736 or 3729645. OLE color: 3729645.

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

Color convert

RGB 237 232 56 -
CMYK 0 0.02 0.76 0.07
HSL 58.34º 0.83% 0.57% -
HSV(B) 58.34º 0.76% 0.93% -
XYZ 64.5 76 15.01 -
YUV 213.43 39.16 144.81 -
System Red Green Blue C M Y K H S L
Decimal 237 232 56 0 0.02 0.76 0.07 58.34 0.83 0.57
Hex ED E8 38 0 2 4C 7 3A 53 39
Octal 355 350 70 0 2 114 7 72 123 71
Binary 11101101 11101000 111000 0 10 1001100 111 111010 1010011 111001

Color Harmonies of #EDE838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE838

Black with #EDE838

Text Example


Text Example

White with #EDE838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE838; }

 p { color: rgb(237,232,56); }

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

background-color css

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

 a { background-color: rgb(237,232,56); }

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

border-color css

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

 span { border-color: rgb(237,232,56); }

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