Html Css Color HEX #EDD639 Golden Fizz

📋 copy color: '#EDD639'

red 237 ◦ green 214 ◦ blue 57

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

Shades of Golden Fizz #EDD639

Tints of Golden Fizz #EDD639

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.13%

 BLUE value IS 57 (22.66% from 255) = 11.22%

R = 46.65%
G = 42.13%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDD639 (or 0xEDD639) is known color: Golden Fizz. HEX triplet: ED, D6 and 39. RGB value is (237,214,57). Sum of RGB (Red+Green+Blue) = 237+214+57=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 57 (22.66% from 255 or 11.22% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD639 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD639 is #1229C6. Grayscale: #CBCBCB. Windows color (decimal): -1190343 or 3790573. OLE color: 3790573.

HSL color Cylindrical-coordinate representation of color #EDD639: hue angle of 52.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDD639 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 57 -
CMYK 0 0.10 0.76 0.07
HSL 52.33º 0.83% 0.58% -
HSV(B) 52.33º 0.76% 0.93% -
XYZ 59.71 66.39 13.54 -
YUV 202.98 45.62 152.27 -
System Red Green Blue C M Y K H S L
Decimal 237 214 57 0 0.10 0.76 0.07 52.33 0.83 0.58
Hex ED D6 39 0 A 4C 7 34 53 3A
Octal 355 326 71 0 12 114 7 64 123 72
Binary 11101101 11010110 111001 0 1010 1001100 111 110100 1010011 111010

Color Harmonies of #EDD639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD639

Black with #EDD639

Text Example


Text Example

White with #EDD639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD639; }

 p { color: rgb(237,214,57); }

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

background-color css

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

 a { background-color: rgb(237,214,57); }

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

border-color css

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

 span { border-color: rgb(237,214,57); }

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