Html Css Color HEX #EDCF43 Festival

📋 copy color: '#EDCF43'

red 237 ◦ green 207 ◦ blue 67

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

Shades of Festival #EDCF43

Tints of Festival #EDCF43

RGB

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

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

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

R = 46.38%
G = 40.51%
B = 13.11%

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

#EDCF43 (or 0xEDCF43) is known color: Festival. HEX triplet: ED, CF and 43. RGB value is (237,207,67). Sum of RGB (Red+Green+Blue) = 237+207+67=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF43 is #1230BC. Grayscale: #C8C8C8. Windows color (decimal): -1192125 or 4444141. OLE color: 4444141.

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

Color convert

RGB 237 207 67 -
CMYK 0 0.13 0.72 0.07
HSL 49.41º 0.83% 0.6% -
HSV(B) 49.41º 0.72% 0.93% -
XYZ 58.25 63.04 14.41 -
YUV 200.01 52.94 154.38 -
System Red Green Blue C M Y K H S L
Decimal 237 207 67 0 0.13 0.72 0.07 49.41 0.83 0.6
Hex ED CF 43 0 D 48 7 31 53 3C
Octal 355 317 103 0 15 110 7 61 123 74
Binary 11101101 11001111 1000011 0 1101 1001000 111 110001 1010011 111100

Color Harmonies of #EDCF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF43

Black with #EDCF43

Text Example


Text Example

White with #EDCF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF43; }

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

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

background-color css

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

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

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

border-color css

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

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

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