Html Css Color HEX #EDF22B Golden Fizz

📋 copy color: '#EDF22B'

red 237 ◦ green 242 ◦ blue 43

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

Shades of Golden Fizz #EDF22B

Tints of Golden Fizz #EDF22B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.36%

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

R = 45.4%
G = 46.36%
B = 8.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#EDF22B (or 0xEDF22B) is known color: Golden Fizz. HEX triplet: ED, F2 and 2B. RGB value is (237,242,43). Sum of RGB (Red+Green+Blue) = 237+242+43=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 43 (17.19% from 255 or 8.24% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF22B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF22B is #120DD4. Grayscale: #DADADA. Windows color (decimal): -1183189 or 2880237. OLE color: 2880237.

HSL color Cylindrical-coordinate representation of color #EDF22B: hue angle of 61.51º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDF22B is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 43 -
CMYK 0.02 0 0.82 0.05
HSL 61.51º 0.88% 0.56% -
HSV(B) 61.51º 0.82% 0.95% -
XYZ 67.11 81.68 14.51 -
YUV 217.82 29.34 141.68 -
System Red Green Blue C M Y K H S L
Decimal 237 242 43 0.02 0 0.82 0.05 61.51 0.88 0.56
Hex ED F2 2B 2 0 52 5 3E 58 38
Octal 355 362 53 2 0 122 5 76 130 70
Binary 11101101 11110010 101011 10 0 1010010 101 111110 1011000 111000

Color Harmonies of #EDF22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF22B

Black with #EDF22B

Text Example


Text Example

White with #EDF22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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