Html Css Color HEX #EAD358 Portica

📋 copy color: '#EAD358'

red 234 ◦ green 211 ◦ blue 88

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

Shades of Portica #EAD358

Tints of Portica #EAD358

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.59%

 BLUE value IS 88 (34.77% from 255) = 16.51%

R = 43.9%
G = 39.59%
B = 16.51%

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

#EAD358 (or 0xEAD358) is known color: Portica. HEX triplet: EA, D3 and 58. RGB value is (234,211,88). Sum of RGB (Red+Green+Blue) = 234+211+88=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD358 is #152CA7. Grayscale: #CCCCCC. Windows color (decimal): -1387688 or 5821418. OLE color: 5821418.

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

Color convert

RGB 234 211 88 -
CMYK 0 0.10 0.62 0.08
HSL 50.55º 0.78% 0.63% -
HSV(B) 50.55º 0.62% 0.92% -
XYZ 58.99 64.79 18.63 -
YUV 203.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 234 211 88 0 0.10 0.62 0.08 50.55 0.78 0.63
Hex EA D3 58 0 A 3E 8 33 4E 3F
Octal 352 323 130 0 12 76 10 63 116 77
Binary 11101010 11010011 1011000 0 1010 111110 1000 110011 1001110 111111

Color Harmonies of #EAD358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD358

Black with #EAD358

Text Example


Text Example

White with #EAD358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD358; }

 p { color: rgb(234,211,88); }

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

background-color css

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

 a { background-color: rgb(234,211,88); }

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

border-color css

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

 span { border-color: rgb(234,211,88); }

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