Html Css Color HEX #EDE43B Golden Fizz

📋 copy color: '#EDE43B'

red 237 ◦ green 228 ◦ blue 59

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

Shades of Golden Fizz #EDE43B

Tints of Golden Fizz #EDE43B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.51%

 BLUE value IS 59 (23.44% from 255) = 11.26%

R = 45.23%
G = 43.51%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDE43B (or 0xEDE43B) is known color: Golden Fizz. HEX triplet: ED, E4 and 3B. RGB value is (237,228,59). Sum of RGB (Red+Green+Blue) = 237+228+59=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 59 (23.44% from 255 or 11.26% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE43B is #121BC4. Grayscale: #D4D4D4. Windows color (decimal): -1186757 or 3925229. OLE color: 3925229.

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

Color convert

RGB 237 228 59 -
CMYK 0 0.04 0.75 0.07
HSL 56.97º 0.83% 0.58% -
HSV(B) 56.97º 0.75% 0.93% -
XYZ 63.46 73.81 15.04 -
YUV 211.43 41.98 146.24 -
System Red Green Blue C M Y K H S L
Decimal 237 228 59 0 0.04 0.75 0.07 56.97 0.83 0.58
Hex ED E4 3B 0 4 4B 7 39 53 3A
Octal 355 344 73 0 4 113 7 71 123 72
Binary 11101101 11100100 111011 0 100 1001011 111 111001 1010011 111010

Color Harmonies of #EDE43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE43B

Black with #EDE43B

Text Example


Text Example

White with #EDE43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE43B; }

 p { color: rgb(237,228,59); }

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

background-color css

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

 a { background-color: rgb(237,228,59); }

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

border-color css

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

 span { border-color: rgb(237,228,59); }

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