Html Css Color HEX #EDE52B Golden Fizz

📋 copy color: '#EDE52B'

red 237 ◦ green 229 ◦ blue 43

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

Shades of Golden Fizz #EDE52B

Tints of Golden Fizz #EDE52B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.99%

 BLUE value IS 43 (17.19% from 255) = 8.45%

R = 46.56%
G = 44.99%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDE52B (or 0xEDE52B) is known color: Golden Fizz. HEX triplet: ED, E5 and 2B. RGB value is (237,229,43). Sum of RGB (Red+Green+Blue) = 237+229+43=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 43 (17.19% from 255 or 8.45% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE52B is #121AD4. Grayscale: #D2D2D2. Windows color (decimal): -1186517 or 2876909. OLE color: 2876909.

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

Color convert

RGB 237 229 43 -
CMYK 0 0.03 0.82 0.07
HSL 57.53º 0.84% 0.55% -
HSV(B) 57.53º 0.82% 0.93% -
XYZ 63.38 74.22 13.27 -
YUV 210.19 33.65 147.12 -
System Red Green Blue C M Y K H S L
Decimal 237 229 43 0 0.03 0.82 0.07 57.53 0.84 0.55
Hex ED E5 2B 0 3 52 7 3A 54 37
Octal 355 345 53 0 3 122 7 72 124 67
Binary 11101101 11100101 101011 0 11 1010010 111 111010 1010100 110111

Color Harmonies of #EDE52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE52B

Black with #EDE52B

Text Example


Text Example

White with #EDE52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE52B; }

 p { color: rgb(237,229,43); }

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

background-color css

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

 a { background-color: rgb(237,229,43); }

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

border-color css

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

 span { border-color: rgb(237,229,43); }

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