Html Css Color HEX #EED743 Festival

📋 copy color: '#EED743'

red 238 ◦ green 215 ◦ blue 67

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

Shades of Festival #EED743

Tints of Festival #EED743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 12.88%

R = 45.77%
G = 41.35%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EED743 (or 0xEED743) is known color: Festival. HEX triplet: EE, D7 and 43. RGB value is (238,215,67). Sum of RGB (Red+Green+Blue) = 238+215+67=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 67 (26.56% from 255 or 12.88% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EED743 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED743 is #1128BC. Grayscale: #CDCDCD. Windows color (decimal): -1124541 or 4446190. OLE color: 4446190.

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

Color convert

RGB 238 215 67 -
CMYK 0 0.10 0.72 0.07
HSL 51.93º 0.83% 0.6% -
HSV(B) 51.93º 0.72% 0.93% -
XYZ 60.57 67.18 15.09 -
YUV 205.01 50.12 151.53 -
System Red Green Blue C M Y K H S L
Decimal 238 215 67 0 0.10 0.72 0.07 51.93 0.83 0.6
Hex EE D7 43 0 A 48 7 34 53 3C
Octal 356 327 103 0 12 110 7 64 123 74
Binary 11101110 11010111 1000011 0 1010 1001000 111 110100 1010011 111100

Color Harmonies of #EED743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED743

Black with #EED743

Text Example


Text Example

White with #EED743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED743; }

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

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

background-color css

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

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

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

border-color css

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

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

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