Html Css Color HEX #EDCE3F Festival

📋 copy color: '#EDCE3F'

red 237 ◦ green 206 ◦ blue 63

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

Shades of Festival #EDCE3F

Tints of Festival #EDCE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.45%

R = 46.84%
G = 40.71%
B = 12.45%

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

#EDCE3F (or 0xEDCE3F) is known color: Festival. HEX triplet: ED, CE and 3F. RGB value is (237,206,63). Sum of RGB (Red+Green+Blue) = 237+206+63=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 63 (25% from 255 or 12.45% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE3F is #1231C0. Grayscale: #C7C7C7. Windows color (decimal): -1192385 or 4181741. OLE color: 4181741.

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

Color convert

RGB 237 206 63 -
CMYK 0 0.13 0.73 0.07
HSL 49.31º 0.83% 0.59% -
HSV(B) 49.31º 0.73% 0.93% -
XYZ 57.89 62.51 13.72 -
YUV 198.97 51.27 155.13 -
System Red Green Blue C M Y K H S L
Decimal 237 206 63 0 0.13 0.73 0.07 49.31 0.83 0.59
Hex ED CE 3F 0 D 49 7 31 53 3B
Octal 355 316 77 0 15 111 7 61 123 73
Binary 11101101 11001110 111111 0 1101 1001001 111 110001 1010011 111011

Color Harmonies of #EDCE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE3F

Black with #EDCE3F

Text Example


Text Example

White with #EDCE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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