Html Css Color HEX #EED741 Festival

📋 copy color: '#EED741'

red 238 ◦ green 215 ◦ blue 65

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

Shades of Festival #EED741

Tints of Festival #EED741

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.51%

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

R = 45.95%
G = 41.51%
B = 12.55%

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

#EED741 (or 0xEED741) is known color: Festival. HEX triplet: EE, D7 and 41. RGB value is (238,215,65). Sum of RGB (Red+Green+Blue) = 238+215+65=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 65 (25.78% from 255 or 12.55% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EED741 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED741 is #1128BE. Grayscale: #CDCDCD. Windows color (decimal): -1124543 or 4315118. OLE color: 4315118.

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

Color convert

RGB 238 215 65 -
CMYK 0 0.10 0.73 0.07
HSL 52.02º 0.84% 0.59% -
HSV(B) 52.02º 0.73% 0.93% -
XYZ 60.51 67.16 14.77 -
YUV 204.78 49.12 151.7 -
System Red Green Blue C M Y K H S L
Decimal 238 215 65 0 0.10 0.73 0.07 52.02 0.84 0.59
Hex EE D7 41 0 A 49 7 34 54 3B
Octal 356 327 101 0 12 111 7 64 124 73
Binary 11101110 11010111 1000001 0 1010 1001001 111 110100 1010100 111011

Color Harmonies of #EED741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED741

Black with #EED741

Text Example


Text Example

White with #EED741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED741; }

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

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

background-color css

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

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

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

border-color css

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

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

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