Html Css Color HEX #EACE5B Portica

📋 copy color: '#EACE5B'

red 234 ◦ green 206 ◦ blue 91

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

Shades of Portica #EACE5B

Tints of Portica #EACE5B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.79%

 BLUE value IS 91 (35.94% from 255) = 17.14%

R = 44.07%
G = 38.79%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EACE5B (or 0xEACE5B) is known color: Portica. HEX triplet: EA, CE and 5B. RGB value is (234,206,91). Sum of RGB (Red+Green+Blue) = 234+206+91=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE5B is #1531A4. Grayscale: #C9C9C9. Windows color (decimal): -1388965 or 6016746. OLE color: 6016746.

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

Color convert

RGB 234 206 91 -
CMYK 0 0.12 0.61 0.08
HSL 48.25º 0.77% 0.64% -
HSV(B) 48.25º 0.61% 0.92% -
XYZ 57.89 62.39 18.89 -
YUV 201.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 234 206 91 0 0.12 0.61 0.08 48.25 0.77 0.64
Hex EA CE 5B 0 C 3D 8 30 4D 40
Octal 352 316 133 0 14 75 10 60 115 100
Binary 11101010 11001110 1011011 0 1100 111101 1000 110000 1001101 1000000

Color Harmonies of #EACE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE5B

Black with #EACE5B

Text Example


Text Example

White with #EACE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE5B; }

 p { color: rgb(234,206,91); }

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

background-color css

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

 a { background-color: rgb(234,206,91); }

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

border-color css

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

 span { border-color: rgb(234,206,91); }

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