Html Css Color HEX #EED641 Festival

📋 copy color: '#EED641'

red 238 ◦ green 214 ◦ blue 65

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

Shades of Festival #EED641

Tints of Festival #EED641

RGB

 RED value IS 238 (93.36% from 255) = 46.03%

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

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

R = 46.03%
G = 41.39%
B = 12.57%

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

#EED641 (or 0xEED641) is known color: Festival. HEX triplet: EE, D6 and 41. RGB value is (238,214,65). Sum of RGB (Red+Green+Blue) = 238+214+65=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 65 (25.78% from 255 or 12.57% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EED641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED641 is #1129BE. Grayscale: #CCCCCC. Windows color (decimal): -1124799 or 4314862. OLE color: 4314862.

HSL color Cylindrical-coordinate representation of color #EED641: hue angle of 51.68º degrees, saturation: 0.84, 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 #EED641 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 65 -
CMYK 0 0.10 0.73 0.07
HSL 51.68º 0.84% 0.59% -
HSV(B) 51.68º 0.73% 0.93% -
XYZ 60.26 66.65 14.69 -
YUV 204.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 238 214 65 0 0.10 0.73 0.07 51.68 0.84 0.59
Hex EE D6 41 0 A 49 7 34 54 3B
Octal 356 326 101 0 12 111 7 64 124 73
Binary 11101110 11010110 1000001 0 1010 1001001 111 110100 1010100 111011

Color Harmonies of #EED641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED641

Black with #EED641

Text Example


Text Example

White with #EED641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED641; }

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

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

background-color css

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

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

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

border-color css

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

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

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