Html Css Color HEX #EDCF44 Festival

📋 copy color: '#EDCF44'

red 237 ◦ green 207 ◦ blue 68

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

Shades of Festival #EDCF44

Tints of Festival #EDCF44

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.43%

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

R = 46.29%
G = 40.43%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDCF44 (or 0xEDCF44) is known color: Festival. HEX triplet: ED, CF and 44. RGB value is (237,207,68). Sum of RGB (Red+Green+Blue) = 237+207+68=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 68 (26.95% from 255 or 13.28% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF44 is #1230BB. Grayscale: #C8C8C8. Windows color (decimal): -1192124 or 4509677. OLE color: 4509677.

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

Color convert

RGB 237 207 68 -
CMYK 0 0.13 0.71 0.07
HSL 49.35º 0.82% 0.6% -
HSV(B) 49.35º 0.71% 0.93% -
XYZ 58.28 63.05 14.57 -
YUV 200.12 53.44 154.3 -
System Red Green Blue C M Y K H S L
Decimal 237 207 68 0 0.13 0.71 0.07 49.35 0.82 0.6
Hex ED CF 44 0 D 47 7 31 52 3C
Octal 355 317 104 0 15 107 7 61 122 74
Binary 11101101 11001111 1000100 0 1101 1000111 111 110001 1010010 111100

Color Harmonies of #EDCF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF44

Black with #EDCF44

Text Example


Text Example

White with #EDCF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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