Html Css Color HEX #EFC84A Festival

📋 copy color: '#EFC84A'

red 239 ◦ green 200 ◦ blue 74

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

Shades of Festival #EFC84A

Tints of Festival #EFC84A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.99%

 BLUE value IS 74 (29.3% from 255) = 14.42%

R = 46.59%
G = 38.99%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFC84A (or 0xEFC84A) is known color: Festival. HEX triplet: EF, C8 and 4A. RGB value is (239,200,74). Sum of RGB (Red+Green+Blue) = 239+200+74=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC84A is #1037B5. Grayscale: #C5C5C5. Windows color (decimal): -1062838 or 4901103. OLE color: 4901103.

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

Color convert

RGB 239 200 74 -
CMYK 0 0.16 0.69 0.06
HSL 45.82º 0.84% 0.61% -
HSV(B) 45.82º 0.69% 0.94% -
XYZ 57.49 60.15 15.06 -
YUV 197.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 239 200 74 0 0.16 0.69 0.06 45.82 0.84 0.61
Hex EF C8 4A 0 10 45 6 2E 54 3D
Octal 357 310 112 0 20 105 6 56 124 75
Binary 11101111 11001000 1001010 0 10000 1000101 110 101110 1010100 111101

Color Harmonies of #EFC84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC84A

Black with #EFC84A

Text Example


Text Example

White with #EFC84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC84A; }

 p { color: rgb(239,200,74); }

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

background-color css

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

 a { background-color: rgb(239,200,74); }

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

border-color css

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

 span { border-color: rgb(239,200,74); }

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