Html Css Color HEX #EFD33D Festival

📋 copy color: '#EFD33D'

red 239 ◦ green 211 ◦ blue 61

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

Shades of Festival #EFD33D

Tints of Festival #EFD33D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.29%

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

R = 46.77%
G = 41.29%
B = 11.94%

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

#EFD33D (or 0xEFD33D) is known color: Festival. HEX triplet: EF, D3 and 3D. RGB value is (239,211,61). Sum of RGB (Red+Green+Blue) = 239+211+61=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 61 (24.22% from 255 or 11.94% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD33D is #102CC2. Grayscale: #CACACA. Windows color (decimal): -1060035 or 4051951. OLE color: 4051951.

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

Color convert

RGB 239 211 61 -
CMYK 0 0.12 0.74 0.06
HSL 50.56º 0.85% 0.59% -
HSV(B) 50.56º 0.74% 0.94% -
XYZ 59.73 65.28 13.87 -
YUV 202.27 48.28 154.2 -
System Red Green Blue C M Y K H S L
Decimal 239 211 61 0 0.12 0.74 0.06 50.56 0.85 0.59
Hex EF D3 3D 0 C 4A 6 33 55 3B
Octal 357 323 75 0 14 112 6 63 125 73
Binary 11101111 11010011 111101 0 1100 1001010 110 110011 1010101 111011

Color Harmonies of #EFD33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD33D

Black with #EFD33D

Text Example


Text Example

White with #EFD33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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