Html Css Color HEX #EFD03D Festival

📋 copy color: '#EFD03D'

red 239 ◦ green 208 ◦ blue 61

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

Shades of Festival #EFD03D

Tints of Festival #EFD03D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.94%

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

R = 47.05%
G = 40.94%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFD03D (or 0xEFD03D) is known color: Festival. HEX triplet: EF, D0 and 3D. RGB value is (239,208,61). Sum of RGB (Red+Green+Blue) = 239+208+61=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 61 (24.22% from 255 or 12.01% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD03D is #102FC2. Grayscale: #C9C9C9. Windows color (decimal): -1060803 or 4051183. OLE color: 4051183.

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

Color convert

RGB 239 208 61 -
CMYK 0 0.13 0.74 0.06
HSL 49.55º 0.85% 0.59% -
HSV(B) 49.55º 0.74% 0.94% -
XYZ 58.99 63.8 13.62 -
YUV 200.51 49.27 155.45 -
System Red Green Blue C M Y K H S L
Decimal 239 208 61 0 0.13 0.74 0.06 49.55 0.85 0.59
Hex EF D0 3D 0 D 4A 6 32 55 3B
Octal 357 320 75 0 15 112 6 62 125 73
Binary 11101111 11010000 111101 0 1101 1001010 110 110010 1010101 111011

Color Harmonies of #EFD03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD03D

Black with #EFD03D

Text Example


Text Example

White with #EFD03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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