Html Css Color HEX #EFD23D Festival

📋 copy color: '#EFD23D'

red 239 ◦ green 210 ◦ blue 61

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

Shades of Festival #EFD23D

Tints of Festival #EFD23D

RGB

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

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

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

R = 46.86%
G = 41.18%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFD23D (or 0xEFD23D) is known color: Festival. HEX triplet: EF, D2 and 3D. RGB value is (239,210,61). Sum of RGB (Red+Green+Blue) = 239+210+61=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD23D is #102DC2. Grayscale: #CACACA. Windows color (decimal): -1060291 or 4051695. OLE color: 4051695.

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

Color convert

RGB 239 210 61 -
CMYK 0 0.12 0.74 0.06
HSL 50.22º 0.85% 0.59% -
HSV(B) 50.22º 0.74% 0.94% -
XYZ 59.49 64.78 13.78 -
YUV 201.69 48.61 154.62 -
System Red Green Blue C M Y K H S L
Decimal 239 210 61 0 0.12 0.74 0.06 50.22 0.85 0.59
Hex EF D2 3D 0 C 4A 6 32 55 3B
Octal 357 322 75 0 14 112 6 62 125 73
Binary 11101111 11010010 111101 0 1100 1001010 110 110010 1010101 111011

Color Harmonies of #EFD23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD23D

Black with #EFD23D

Text Example


Text Example

White with #EFD23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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