Html Css Color HEX #EDE12F Golden Fizz

📋 copy color: '#EDE12F'

red 237 ◦ green 225 ◦ blue 47

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

Shades of Golden Fizz #EDE12F

Tints of Golden Fizz #EDE12F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.2%

 BLUE value IS 47 (18.75% from 255) = 9.23%

R = 46.56%
G = 44.2%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDE12F (or 0xEDE12F) is known color: Golden Fizz. HEX triplet: ED, E1 and 2F. RGB value is (237,225,47). Sum of RGB (Red+Green+Blue) = 237+225+47=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 47 (18.75% from 255 or 9.23% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE12F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE12F is #121ED0. Grayscale: #D1D1D1. Windows color (decimal): -1187537 or 3138029. OLE color: 3138029.

HSL color Cylindrical-coordinate representation of color #EDE12F: hue angle of 56.21º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDE12F is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 225 47 -
CMYK 0 0.05 0.80 0.07
HSL 56.21º 0.84% 0.56% -
HSV(B) 56.21º 0.8% 0.93% -
XYZ 62.36 72.06 13.31 -
YUV 208.3 36.98 148.47 -
System Red Green Blue C M Y K H S L
Decimal 237 225 47 0 0.05 0.80 0.07 56.21 0.84 0.56
Hex ED E1 2F 0 5 50 7 38 54 38
Octal 355 341 57 0 5 120 7 70 124 70
Binary 11101101 11100001 101111 0 101 1010000 111 111000 1010100 111000

Color Harmonies of #EDE12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE12F

Black with #EDE12F

Text Example


Text Example

White with #EDE12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE12F; }

 p { color: rgb(237,225,47); }

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

background-color css

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

 a { background-color: rgb(237,225,47); }

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

border-color css

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

 span { border-color: rgb(237,225,47); }

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