Html Css Color HEX #EDF32D Golden Fizz

📋 copy color: '#EDF32D'

red 237 ◦ green 243 ◦ blue 45

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

Shades of Golden Fizz #EDF32D

Tints of Golden Fizz #EDF32D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.29%

 BLUE value IS 45 (17.97% from 255) = 8.57%

R = 45.14%
G = 46.29%
B = 8.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#EDF32D (or 0xEDF32D) is known color: Golden Fizz. HEX triplet: ED, F3 and 2D. RGB value is (237,243,45). Sum of RGB (Red+Green+Blue) = 237+243+45=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 45 (17.97% from 255 or 8.57% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF32D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF32D is #120CD2. Grayscale: #DBDBDB. Windows color (decimal): -1182931 or 3011565. OLE color: 3011565.

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

Color convert

RGB 237 243 45 -
CMYK 0.02 0 0.81 0.05
HSL 61.82º 0.89% 0.56% -
HSV(B) 61.82º 0.81% 0.95% -
XYZ 67.45 82.3 14.81 -
YUV 218.63 30.01 141.1 -
System Red Green Blue C M Y K H S L
Decimal 237 243 45 0.02 0 0.81 0.05 61.82 0.89 0.56
Hex ED F3 2D 2 0 51 5 3E 59 38
Octal 355 363 55 2 0 121 5 76 131 70
Binary 11101101 11110011 101101 10 0 1010001 101 111110 1011001 111000

Color Harmonies of #EDF32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF32D

Black with #EDF32D

Text Example


Text Example

White with #EDF32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF32D; }

 p { color: rgb(237,243,45); }

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

background-color css

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

 a { background-color: rgb(237,243,45); }

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

border-color css

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

 span { border-color: rgb(237,243,45); }

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