Html Css Color HEX #EAD55A Portica

📋 copy color: '#EAD55A'

red 234 ◦ green 213 ◦ blue 90

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

Shades of Portica #EAD55A

Tints of Portica #EAD55A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.66%

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

R = 43.58%
G = 39.66%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAD55A (or 0xEAD55A) is known color: Portica. HEX triplet: EA, D5 and 5A. RGB value is (234,213,90). Sum of RGB (Red+Green+Blue) = 234+213+90=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD55A is #152AA5. Grayscale: #CDCDCD. Windows color (decimal): -1387174 or 5953002. OLE color: 5953002.

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

Color convert

RGB 234 213 90 -
CMYK 0 0.09 0.62 0.08
HSL 51.25º 0.77% 0.64% -
HSV(B) 51.25º 0.62% 0.92% -
XYZ 59.57 65.82 19.24 -
YUV 205.26 62.96 148.5 -
System Red Green Blue C M Y K H S L
Decimal 234 213 90 0 0.09 0.62 0.08 51.25 0.77 0.64
Hex EA D5 5A 0 9 3E 8 33 4D 40
Octal 352 325 132 0 11 76 10 63 115 100
Binary 11101010 11010101 1011010 0 1001 111110 1000 110011 1001101 1000000

Color Harmonies of #EAD55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD55A

Black with #EAD55A

Text Example


Text Example

White with #EAD55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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