Html Css Color HEX #EDCD41 Festival

📋 copy color: '#EDCD41'

red 237 ◦ green 205 ◦ blue 65

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

Shades of Festival #EDCD41

Tints of Festival #EDCD41

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.43%

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

R = 46.75%
G = 40.43%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDCD41 (or 0xEDCD41) is known color: Festival. HEX triplet: ED, CD and 41. RGB value is (237,205,65). Sum of RGB (Red+Green+Blue) = 237+205+65=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 65 (25.78% from 255 or 12.82% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD41 is #1232BE. Grayscale: #C7C7C7. Windows color (decimal): -1192639 or 4312557. OLE color: 4312557.

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

Color convert

RGB 237 205 65 -
CMYK 0 0.14 0.73 0.07
HSL 48.84º 0.83% 0.59% -
HSV(B) 48.84º 0.73% 0.93% -
XYZ 57.71 62.05 13.94 -
YUV 198.61 52.6 155.38 -
System Red Green Blue C M Y K H S L
Decimal 237 205 65 0 0.14 0.73 0.07 48.84 0.83 0.59
Hex ED CD 41 0 E 49 7 31 53 3B
Octal 355 315 101 0 16 111 7 61 123 73
Binary 11101101 11001101 1000001 0 1110 1001001 111 110001 1010011 111011

Color Harmonies of #EDCD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD41

Black with #EDCD41

Text Example


Text Example

White with #EDCD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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