Html Css Color HEX #EDCE43 Festival

📋 copy color: '#EDCE43'

red 237 ◦ green 206 ◦ blue 67

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

Shades of Festival #EDCE43

Tints of Festival #EDCE43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.14%

R = 46.47%
G = 40.39%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDCE43 (or 0xEDCE43) is known color: Festival. HEX triplet: ED, CE and 43. RGB value is (237,206,67). Sum of RGB (Red+Green+Blue) = 237+206+67=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 67 (26.56% from 255 or 13.14% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE43 is #1231BC. Grayscale: #C8C8C8. Windows color (decimal): -1192381 or 4443885. OLE color: 4443885.

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

Color convert

RGB 237 206 67 -
CMYK 0 0.13 0.72 0.07
HSL 49.06º 0.83% 0.6% -
HSV(B) 49.06º 0.72% 0.93% -
XYZ 58.01 62.55 14.33 -
YUV 199.42 53.27 154.8 -
System Red Green Blue C M Y K H S L
Decimal 237 206 67 0 0.13 0.72 0.07 49.06 0.83 0.6
Hex ED CE 43 0 D 48 7 31 53 3C
Octal 355 316 103 0 15 110 7 61 123 74
Binary 11101101 11001110 1000011 0 1101 1001000 111 110001 1010011 111100

Color Harmonies of #EDCE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE43

Black with #EDCE43

Text Example


Text Example

White with #EDCE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE43; }

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

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

background-color css

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

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

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

border-color css

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

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

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