Html Css Color HEX #EDCE41 Festival

📋 copy color: '#EDCE41'

red 237 ◦ green 206 ◦ blue 65

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

Shades of Festival #EDCE41

Tints of Festival #EDCE41

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.55%

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

R = 46.65%
G = 40.55%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDCE41 (or 0xEDCE41) is known color: Festival. HEX triplet: ED, CE and 41. RGB value is (237,206,65). Sum of RGB (Red+Green+Blue) = 237+206+65=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE41 is #1231BE. Grayscale: #C7C7C7. Windows color (decimal): -1192383 or 4312813. OLE color: 4312813.

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

Color convert

RGB 237 206 65 -
CMYK 0 0.13 0.73 0.07
HSL 49.19º 0.83% 0.59% -
HSV(B) 49.19º 0.73% 0.93% -
XYZ 57.95 62.53 14.02 -
YUV 199.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 237 206 65 0 0.13 0.73 0.07 49.19 0.83 0.59
Hex ED CE 41 0 D 49 7 31 53 3B
Octal 355 316 101 0 15 111 7 61 123 73
Binary 11101101 11001110 1000001 0 1101 1001001 111 110001 1010011 111011

Color Harmonies of #EDCE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE41

Black with #EDCE41

Text Example


Text Example

White with #EDCE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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