Html Css Color HEX #EDC743 Festival

📋 copy color: '#EDC743'

red 237 ◦ green 199 ◦ blue 67

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

Shades of Festival #EDC743

Tints of Festival #EDC743

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.56%

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

R = 47.12%
G = 39.56%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDC743 (or 0xEDC743) is known color: Festival. HEX triplet: ED, C7 and 43. RGB value is (237,199,67). Sum of RGB (Red+Green+Blue) = 237+199+67=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 67 (26.56% from 255 or 13.32% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC743 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC743 is #1238BC. Grayscale: #C3C3C3. Windows color (decimal): -1194173 or 4442093. OLE color: 4442093.

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

Color convert

RGB 237 199 67 -
CMYK 0 0.16 0.72 0.07
HSL 46.59º 0.83% 0.6% -
HSV(B) 46.59º 0.72% 0.93% -
XYZ 56.36 59.26 13.78 -
YUV 195.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 237 199 67 0 0.16 0.72 0.07 46.59 0.83 0.6
Hex ED C7 43 0 10 48 7 2F 53 3C
Octal 355 307 103 0 20 110 7 57 123 74
Binary 11101101 11000111 1000011 0 10000 1001000 111 101111 1010011 111100

Color Harmonies of #EDC743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC743

Black with #EDC743

Text Example


Text Example

White with #EDC743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC743; }

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

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

background-color css

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

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

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

border-color css

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

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

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