Html Css Color HEX #EDD843 Festival

📋 copy color: '#EDD843'

red 237 ◦ green 216 ◦ blue 67

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

Shades of Festival #EDD843

Tints of Festival #EDD843

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.54%

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

R = 45.58%
G = 41.54%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDD843 (or 0xEDD843) is known color: Festival. HEX triplet: ED, D8 and 43. RGB value is (237,216,67). Sum of RGB (Red+Green+Blue) = 237+216+67=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 67 (26.56% from 255 or 12.88% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD843 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD843 is #1227BC. Grayscale: #CDCDCD. Windows color (decimal): -1189821 or 4446445. OLE color: 4446445.

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

Color convert

RGB 237 216 67 -
CMYK 0 0.09 0.72 0.07
HSL 52.59º 0.83% 0.6% -
HSV(B) 52.59º 0.72% 0.93% -
XYZ 60.49 67.52 15.15 -
YUV 205.29 49.96 150.62 -
System Red Green Blue C M Y K H S L
Decimal 237 216 67 0 0.09 0.72 0.07 52.59 0.83 0.6
Hex ED D8 43 0 9 48 7 35 53 3C
Octal 355 330 103 0 11 110 7 65 123 74
Binary 11101101 11011000 1000011 0 1001 1001000 111 110101 1010011 111100

Color Harmonies of #EDD843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD843

Black with #EDD843

Text Example


Text Example

White with #EDD843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD843; }

 p { color: rgb(237,216,67); }

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

background-color css

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

 a { background-color: rgb(237,216,67); }

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

border-color css

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

 span { border-color: rgb(237,216,67); }

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