Html Css Color HEX #EDCE3D Festival

📋 copy color: '#EDCE3D'

red 237 ◦ green 206 ◦ blue 61

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

Shades of Festival #EDCE3D

Tints of Festival #EDCE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.1%

R = 47.02%
G = 40.87%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDCE3D (or 0xEDCE3D) is known color: Festival. HEX triplet: ED, CE and 3D. RGB value is (237,206,61). Sum of RGB (Red+Green+Blue) = 237+206+61=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 61 (24.22% from 255 or 12.10% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE3D is #1231C2. Grayscale: #C7C7C7. Windows color (decimal): -1192387 or 4050669. OLE color: 4050669.

HSL color Cylindrical-coordinate representation of color #EDCE3D: hue angle of 49.43º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDCE3D is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 61 -
CMYK 0 0.13 0.74 0.07
HSL 49.43º 0.83% 0.58% -
HSV(B) 49.43º 0.74% 0.93% -
XYZ 57.84 62.48 13.43 -
YUV 198.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 237 206 61 0 0.13 0.74 0.07 49.43 0.83 0.58
Hex ED CE 3D 0 D 4A 7 31 53 3A
Octal 355 316 75 0 15 112 7 61 123 72
Binary 11101101 11001110 111101 0 1101 1001010 111 110001 1010011 111010

Color Harmonies of #EDCE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE3D

Black with #EDCE3D

Text Example


Text Example

White with #EDCE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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