Html Css Color HEX #EAD85A Portica

📋 copy color: '#EAD85A'

red 234 ◦ green 216 ◦ blue 90

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

Shades of Portica #EAD85A

Tints of Portica #EAD85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40%

 BLUE value IS 90 (35.55% from 255) = 16.67%

R = 43.33%
G = 40%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAD85A (or 0xEAD85A) is known color: Portica. HEX triplet: EA, D8 and 5A. RGB value is (234,216,90). Sum of RGB (Red+Green+Blue) = 234+216+90=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD85A is #1527A5. Grayscale: #CFCFCF. Windows color (decimal): -1386406 or 5953770. OLE color: 5953770.

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

Color convert

RGB 234 216 90 -
CMYK 0 0.08 0.62 0.08
HSL 52.5º 0.77% 0.64% -
HSV(B) 52.5º 0.62% 0.92% -
XYZ 60.33 67.34 19.49 -
YUV 207.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 234 216 90 0 0.08 0.62 0.08 52.5 0.77 0.64
Hex EA D8 5A 0 8 3E 8 34 4D 40
Octal 352 330 132 0 10 76 10 64 115 100
Binary 11101010 11011000 1011010 0 1000 111110 1000 110100 1001101 1000000

Color Harmonies of #EAD85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD85A

Black with #EAD85A

Text Example


Text Example

White with #EAD85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD85A; }

 p { color: rgb(234,216,90); }

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

background-color css

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

 a { background-color: rgb(234,216,90); }

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

border-color css

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

 span { border-color: rgb(234,216,90); }

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