Html Css Color HEX #EDCC44 Festival

📋 copy color: '#EDCC44'

red 237 ◦ green 204 ◦ blue 68

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

Shades of Festival #EDCC44

Tints of Festival #EDCC44

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.08%

 BLUE value IS 68 (26.95% from 255) = 13.36%

R = 46.56%
G = 40.08%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDCC44 (or 0xEDCC44) is known color: Festival. HEX triplet: ED, CC and 44. RGB value is (237,204,68). Sum of RGB (Red+Green+Blue) = 237+204+68=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 68 (26.95% from 255 or 13.36% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC44 is #1233BB. Grayscale: #C6C6C6. Windows color (decimal): -1192892 or 4508909. OLE color: 4508909.

HSL color Cylindrical-coordinate representation of color #EDCC44: hue angle of 48.28º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDCC44 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 68 -
CMYK 0 0.14 0.71 0.07
HSL 48.28º 0.82% 0.6% -
HSV(B) 48.28º 0.71% 0.93% -
XYZ 57.56 61.61 14.33 -
YUV 198.36 54.43 155.56 -
System Red Green Blue C M Y K H S L
Decimal 237 204 68 0 0.14 0.71 0.07 48.28 0.82 0.6
Hex ED CC 44 0 E 47 7 30 52 3C
Octal 355 314 104 0 16 107 7 60 122 74
Binary 11101101 11001100 1000100 0 1110 1000111 111 110000 1010010 111100

Color Harmonies of #EDCC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC44

Black with #EDCC44

Text Example


Text Example

White with #EDCC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC44; }

 p { color: rgb(237,204,68); }

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

background-color css

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

 a { background-color: rgb(237,204,68); }

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

border-color css

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

 span { border-color: rgb(237,204,68); }

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