Html Css Color HEX #EDE738 Golden Fizz

📋 copy color: '#EDE738'

red 237 ◦ green 231 ◦ blue 56

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

Shades of Golden Fizz #EDE738

Tints of Golden Fizz #EDE738

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.08%

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

R = 45.23%
G = 44.08%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDE738 (or 0xEDE738) is known color: Golden Fizz. HEX triplet: ED, E7 and 38. RGB value is (237,231,56). Sum of RGB (Red+Green+Blue) = 237+231+56=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 56 (22.27% from 255 or 10.69% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE738 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE738 is #1218C7. Grayscale: #D5D5D5. Windows color (decimal): -1185992 or 3729389. OLE color: 3729389.

HSL color Cylindrical-coordinate representation of color #EDE738: hue angle of 58.01º 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 #EDE738 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 56 -
CMYK 0 0.03 0.76 0.07
HSL 58.01º 0.83% 0.57% -
HSV(B) 58.01º 0.76% 0.93% -
XYZ 64.21 75.44 14.92 -
YUV 212.84 39.49 145.23 -
System Red Green Blue C M Y K H S L
Decimal 237 231 56 0 0.03 0.76 0.07 58.01 0.83 0.57
Hex ED E7 38 0 3 4C 7 3A 53 39
Octal 355 347 70 0 3 114 7 72 123 71
Binary 11101101 11100111 111000 0 11 1001100 111 111010 1010011 111001

Color Harmonies of #EDE738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE738

Black with #EDE738

Text Example


Text Example

White with #EDE738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE738; }

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

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

background-color css

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

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

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

border-color css

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

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

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