Html Css Color HEX #EDD641 Festival

📋 copy color: '#EDD641'

red 237 ◦ green 214 ◦ blue 65

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

Shades of Festival #EDD641

Tints of Festival #EDD641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.6%

R = 45.93%
G = 41.47%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDD641 (or 0xEDD641) is known color: Festival. HEX triplet: ED, D6 and 41. RGB value is (237,214,65). Sum of RGB (Red+Green+Blue) = 237+214+65=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 65 (25.78% from 255 or 12.60% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD641 is #1229BE. Grayscale: #CCCCCC. Windows color (decimal): -1190335 or 4314861. OLE color: 4314861.

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

Color convert

RGB 237 214 65 -
CMYK 0 0.10 0.73 0.07
HSL 51.98º 0.83% 0.59% -
HSV(B) 51.98º 0.73% 0.93% -
XYZ 59.93 66.48 14.67 -
YUV 203.89 49.62 151.62 -
System Red Green Blue C M Y K H S L
Decimal 237 214 65 0 0.10 0.73 0.07 51.98 0.83 0.59
Hex ED D6 41 0 A 49 7 34 53 3B
Octal 355 326 101 0 12 111 7 64 123 73
Binary 11101101 11010110 1000001 0 1010 1001001 111 110100 1010011 111011

Color Harmonies of #EDD641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD641

Black with #EDD641

Text Example


Text Example

White with #EDD641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD641; }

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

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

background-color css

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

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

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

border-color css

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

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

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