Html Css Color HEX #EDC741 Festival

📋 copy color: '#EDC741'

red 237 ◦ green 199 ◦ blue 65

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

Shades of Festival #EDC741

Tints of Festival #EDC741

RGB

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

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

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

R = 47.31%
G = 39.72%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDC741 (or 0xEDC741) is known color: Festival. HEX triplet: ED, C7 and 41. RGB value is (237,199,65). Sum of RGB (Red+Green+Blue) = 237+199+65=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC741 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC741 is #1238BE. Grayscale: #C3C3C3. Windows color (decimal): -1194175 or 4311021. OLE color: 4311021.

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

Color convert

RGB 237 199 65 -
CMYK 0 0.16 0.73 0.07
HSL 46.74º 0.83% 0.59% -
HSV(B) 46.74º 0.73% 0.93% -
XYZ 56.3 59.23 13.47 -
YUV 195.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 237 199 65 0 0.16 0.73 0.07 46.74 0.83 0.59
Hex ED C7 41 0 10 49 7 2F 53 3B
Octal 355 307 101 0 20 111 7 57 123 73
Binary 11101101 11000111 1000001 0 10000 1001001 111 101111 1010011 111011

Color Harmonies of #EDC741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC741

Black with #EDC741

Text Example


Text Example

White with #EDC741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC741; }

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

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

background-color css

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

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

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

border-color css

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

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

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