Html Css Color HEX #EDF52B Golden Fizz

📋 copy color: '#EDF52B'

red 237 ◦ green 245 ◦ blue 43

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

Shades of Golden Fizz #EDF52B

Tints of Golden Fizz #EDF52B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.67%

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

R = 45.14%
G = 46.67%
B = 8.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#EDF52B (or 0xEDF52B) is known color: Golden Fizz. HEX triplet: ED, F5 and 2B. RGB value is (237,245,43). Sum of RGB (Red+Green+Blue) = 237+245+43=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 43 (17.19% from 255 or 8.19% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF52B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF52B is #120AD4. Grayscale: #DCDCDC. Windows color (decimal): -1182421 or 2881005. OLE color: 2881005.

HSL color Cylindrical-coordinate representation of color #EDF52B: hue angle of 62.38º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDF52B is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 43 -
CMYK 0.03 0 0.82 0.04
HSL 62.38º 0.91% 0.56% -
HSV(B) 62.38º 0.82% 0.96% -
XYZ 68.01 83.48 14.81 -
YUV 219.58 28.35 140.43 -
System Red Green Blue C M Y K H S L
Decimal 237 245 43 0.03 0 0.82 0.04 62.38 0.91 0.56
Hex ED F5 2B 3 0 52 4 3E 5B 38
Octal 355 365 53 3 0 122 4 76 133 70
Binary 11101101 11110101 101011 11 0 1010010 100 111110 1011011 111000

Color Harmonies of #EDF52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF52B

Black with #EDF52B

Text Example


Text Example

White with #EDF52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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