Html Css Color HEX #EAD25A Portica

📋 copy color: '#EAD25A'

red 234 ◦ green 210 ◦ blue 90

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

Shades of Portica #EAD25A

Tints of Portica #EAD25A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.33%

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

R = 43.82%
G = 39.33%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAD25A (or 0xEAD25A) is known color: Portica. HEX triplet: EA, D2 and 5A. RGB value is (234,210,90). Sum of RGB (Red+Green+Blue) = 234+210+90=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD25A is #152DA5. Grayscale: #CCCCCC. Windows color (decimal): -1387942 or 5952234. OLE color: 5952234.

HSL color Cylindrical-coordinate representation of color #EAD25A: hue angle of 50º 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 #EAD25A is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 210 90 -
CMYK 0 0.10 0.62 0.08
HSL 50º 0.77% 0.64% -
HSV(B) 50º 0.62% 0.92% -
XYZ 58.82 64.32 18.99 -
YUV 203.5 63.95 149.76 -
System Red Green Blue C M Y K H S L
Decimal 234 210 90 0 0.10 0.62 0.08 50 0.77 0.64
Hex EA D2 5A 0 A 3E 8 32 4D 40
Octal 352 322 132 0 12 76 10 62 115 100
Binary 11101010 11010010 1011010 0 1010 111110 1000 110010 1001101 1000000

Color Harmonies of #EAD25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD25A

Black with #EAD25A

Text Example


Text Example

White with #EAD25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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