Html Css Color HEX #EDD638 Golden Fizz

📋 copy color: '#EDD638'

red 237 ◦ green 214 ◦ blue 56

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

Shades of Golden Fizz #EDD638

Tints of Golden Fizz #EDD638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.05%

R = 46.75%
G = 42.21%
B = 11.05%

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

#EDD638 (or 0xEDD638) is known color: Golden Fizz. HEX triplet: ED, D6 and 38. RGB value is (237,214,56). Sum of RGB (Red+Green+Blue) = 237+214+56=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 56 (22.27% from 255 or 11.05% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD638 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD638 is #1229C7. Grayscale: #CBCBCB. Windows color (decimal): -1190344 or 3725037. OLE color: 3725037.

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

Color convert

RGB 237 214 56 -
CMYK 0 0.10 0.76 0.07
HSL 52.38º 0.83% 0.57% -
HSV(B) 52.38º 0.76% 0.93% -
XYZ 59.69 66.38 13.41 -
YUV 202.87 45.12 152.35 -
System Red Green Blue C M Y K H S L
Decimal 237 214 56 0 0.10 0.76 0.07 52.38 0.83 0.57
Hex ED D6 38 0 A 4C 7 34 53 39
Octal 355 326 70 0 12 114 7 64 123 71
Binary 11101101 11010110 111000 0 1010 1001100 111 110100 1010011 111001

Color Harmonies of #EDD638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD638

Black with #EDD638

Text Example


Text Example

White with #EDD638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD638; }

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

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

background-color css

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

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

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

border-color css

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

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

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