Html Css Color HEX #EDCD43 Festival

📋 copy color: '#EDCD43'

red 237 ◦ green 205 ◦ blue 67

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

Shades of Festival #EDCD43

Tints of Festival #EDCD43

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.28%

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

R = 46.56%
G = 40.28%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDCD43 (or 0xEDCD43) is known color: Festival. HEX triplet: ED, CD and 43. RGB value is (237,205,67). Sum of RGB (Red+Green+Blue) = 237+205+67=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 67 (26.56% from 255 or 13.16% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD43 is #1232BC. Grayscale: #C7C7C7. Windows color (decimal): -1192637 or 4443629. OLE color: 4443629.

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

Color convert

RGB 237 205 67 -
CMYK 0 0.14 0.72 0.07
HSL 48.71º 0.83% 0.6% -
HSV(B) 48.71º 0.72% 0.93% -
XYZ 57.77 62.07 14.25 -
YUV 198.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 237 205 67 0 0.14 0.72 0.07 48.71 0.83 0.6
Hex ED CD 43 0 E 48 7 31 53 3C
Octal 355 315 103 0 16 110 7 61 123 74
Binary 11101101 11001101 1000011 0 1110 1001000 111 110001 1010011 111100

Color Harmonies of #EDCD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD43

Black with #EDCD43

Text Example


Text Example

White with #EDCD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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