Html Css Color HEX #EAD355 Portica

📋 copy color: '#EAD355'

red 234 ◦ green 211 ◦ blue 85

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

Shades of Portica #EAD355

Tints of Portica #EAD355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.04%

R = 44.15%
G = 39.81%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAD355 (or 0xEAD355) is known color: Portica. HEX triplet: EA, D3 and 55. RGB value is (234,211,85). Sum of RGB (Red+Green+Blue) = 234+211+85=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD355 is #152CAA. Grayscale: #CCCCCC. Windows color (decimal): -1387691 or 5624810. OLE color: 5624810.

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

Color convert

RGB 234 211 85 -
CMYK 0 0.10 0.64 0.08
HSL 50.74º 0.78% 0.63% -
HSV(B) 50.74º 0.64% 0.92% -
XYZ 58.87 64.74 17.99 -
YUV 203.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 234 211 85 0 0.10 0.64 0.08 50.74 0.78 0.63
Hex EA D3 55 0 A 40 8 33 4E 3F
Octal 352 323 125 0 12 100 10 63 116 77
Binary 11101010 11010011 1010101 0 1010 1000000 1000 110011 1001110 111111

Color Harmonies of #EAD355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD355

Black with #EAD355

Text Example


Text Example

White with #EAD355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD355; }

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

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

background-color css

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

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

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

border-color css

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

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

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