Html Css Color HEX #EDC943 Festival

📋 copy color: '#EDC943'

red 237 ◦ green 201 ◦ blue 67

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

Shades of Festival #EDC943

Tints of Festival #EDC943

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.8%

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

R = 46.93%
G = 39.8%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDC943 (or 0xEDC943) is known color: Festival. HEX triplet: ED, C9 and 43. RGB value is (237,201,67). Sum of RGB (Red+Green+Blue) = 237+201+67=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 67 (26.56% from 255 or 13.27% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC943 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC943 is #1236BC. Grayscale: #C5C5C5. Windows color (decimal): -1193661 or 4442605. OLE color: 4442605.

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

Color convert

RGB 237 201 67 -
CMYK 0 0.15 0.72 0.07
HSL 47.29º 0.83% 0.6% -
HSV(B) 47.29º 0.72% 0.93% -
XYZ 56.82 60.18 13.93 -
YUV 196.49 54.93 156.9 -
System Red Green Blue C M Y K H S L
Decimal 237 201 67 0 0.15 0.72 0.07 47.29 0.83 0.6
Hex ED C9 43 0 F 48 7 2F 53 3C
Octal 355 311 103 0 17 110 7 57 123 74
Binary 11101101 11001001 1000011 0 1111 1001000 111 101111 1010011 111100

Color Harmonies of #EDC943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC943

Black with #EDC943

Text Example


Text Example

White with #EDC943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC943; }

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

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

background-color css

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

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

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

border-color css

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

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

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