Html Css Color HEX #EACF53 Portica

📋 copy color: '#EACF53'

red 234 ◦ green 207 ◦ blue 83

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

Shades of Portica #EACF53

Tints of Portica #EACF53

RGB

 RED value IS 234 (91.8% from 255) = 44.66%

 GREEN value IS 207 (81.25% from 255) = 39.5%

 BLUE value IS 83 (32.81% from 255) = 15.84%

R = 44.66%
G = 39.5%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EACF53 (or 0xEACF53) is known color: Portica. HEX triplet: EA, CF and 53. RGB value is (234,207,83). Sum of RGB (Red+Green+Blue) = 234+207+83=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF53 is #1530AC. Grayscale: #C9C9C9. Windows color (decimal): -1388717 or 5492714. OLE color: 5492714.

HSL color Cylindrical-coordinate representation of color #EACF53: hue angle of 49.27º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EACF53 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 207 83 -
CMYK 0 0.12 0.65 0.08
HSL 49.27º 0.78% 0.62% -
HSV(B) 49.27º 0.65% 0.92% -
XYZ 57.81 62.74 17.25 -
YUV 200.94 61.45 151.58 -
System Red Green Blue C M Y K H S L
Decimal 234 207 83 0 0.12 0.65 0.08 49.27 0.78 0.62
Hex EA CF 53 0 C 41 8 31 4E 3E
Octal 352 317 123 0 14 101 10 61 116 76
Binary 11101010 11001111 1010011 0 1100 1000001 1000 110001 1001110 111110

Color Harmonies of #EACF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF53

Black with #EACF53

Text Example


Text Example

White with #EACF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF53; }

 p { color: rgb(234,207,83); }

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

background-color css

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

 a { background-color: rgb(234,207,83); }

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

border-color css

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

 span { border-color: rgb(234,207,83); }

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