Html Css Color HEX #EFCA52 Festival

📋 copy color: '#EFCA52'

red 239 ◦ green 202 ◦ blue 82

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

Shades of Festival #EFCA52

Tints of Festival #EFCA52

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.62%

 BLUE value IS 82 (32.42% from 255) = 15.68%

R = 45.7%
G = 38.62%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFCA52 (or 0xEFCA52) is known color: Festival. HEX triplet: EF, CA and 52. RGB value is (239,202,82). Sum of RGB (Red+Green+Blue) = 239+202+82=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA52 is #1035AD. Grayscale: #C7C7C7. Windows color (decimal): -1062318 or 5425903. OLE color: 5425903.

HSL color Cylindrical-coordinate representation of color #EFCA52: hue angle of 45.86º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFCA52 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 82 -
CMYK 0 0.15 0.66 0.06
HSL 45.86º 0.83% 0.63% -
HSV(B) 45.86º 0.66% 0.94% -
XYZ 58.24 61.2 16.73 -
YUV 199.38 61.76 156.26 -
System Red Green Blue C M Y K H S L
Decimal 239 202 82 0 0.15 0.66 0.06 45.86 0.83 0.63
Hex EF CA 52 0 F 42 6 2E 53 3F
Octal 357 312 122 0 17 102 6 56 123 77
Binary 11101111 11001010 1010010 0 1111 1000010 110 101110 1010011 111111

Color Harmonies of #EFCA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA52

Black with #EFCA52

Text Example


Text Example

White with #EFCA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA52; }

 p { color: rgb(239,202,82); }

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

background-color css

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

 a { background-color: rgb(239,202,82); }

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

border-color css

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

 span { border-color: rgb(239,202,82); }

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