Html Css Color HEX #EFD243 Festival

📋 copy color: '#EFD243'

red 239 ◦ green 210 ◦ blue 67

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

Shades of Festival #EFD243

Tints of Festival #EFD243

RGB

 RED value IS 239 (93.75% from 255) = 46.32%

 GREEN value IS 210 (82.42% from 255) = 40.7%

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

R = 46.32%
G = 40.7%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFD243 (or 0xEFD243) is known color: Festival. HEX triplet: EF, D2 and 43. RGB value is (239,210,67). Sum of RGB (Red+Green+Blue) = 239+210+67=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD243 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD243 is #102DBC. Grayscale: #CACACA. Windows color (decimal): -1060285 or 4444911. OLE color: 4444911.

HSL color Cylindrical-coordinate representation of color #EFD243: hue angle of 49.88º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFD243 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 67 -
CMYK 0 0.12 0.72 0.06
HSL 49.88º 0.84% 0.6% -
HSV(B) 49.88º 0.72% 0.94% -
XYZ 59.66 64.85 14.68 -
YUV 202.37 51.61 154.13 -
System Red Green Blue C M Y K H S L
Decimal 239 210 67 0 0.12 0.72 0.06 49.88 0.84 0.6
Hex EF D2 43 0 C 48 6 32 54 3C
Octal 357 322 103 0 14 110 6 62 124 74
Binary 11101111 11010010 1000011 0 1100 1001000 110 110010 1010100 111100

Color Harmonies of #EFD243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD243

Black with #EFD243

Text Example


Text Example

White with #EFD243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD243; }

 p { color: rgb(239,210,67); }

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

background-color css

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

 a { background-color: rgb(239,210,67); }

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

border-color css

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

 span { border-color: rgb(239,210,67); }

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