Html Css Color HEX #EAD354 Portica

📋 copy color: '#EAD354'

red 234 ◦ green 211 ◦ blue 84

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

Shades of Portica #EAD354

Tints of Portica #EAD354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.88%

R = 44.23%
G = 39.89%
B = 15.88%

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

#EAD354 (or 0xEAD354) is known color: Portica. HEX triplet: EA, D3 and 54. RGB value is (234,211,84). Sum of RGB (Red+Green+Blue) = 234+211+84=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 84 (33.20% from 255 or 15.88% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD354 is #152CAB. Grayscale: #CBCBCB. Windows color (decimal): -1387692 or 5559274. OLE color: 5559274.

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

Color convert

RGB 234 211 84 -
CMYK 0 0.10 0.64 0.08
HSL 50.8º 0.78% 0.62% -
HSV(B) 50.8º 0.64% 0.92% -
XYZ 58.83 64.72 17.78 -
YUV 203.4 60.62 149.83 -
System Red Green Blue C M Y K H S L
Decimal 234 211 84 0 0.10 0.64 0.08 50.8 0.78 0.62
Hex EA D3 54 0 A 40 8 33 4E 3E
Octal 352 323 124 0 12 100 10 63 116 76
Binary 11101010 11010011 1010100 0 1010 1000000 1000 110011 1001110 111110

Color Harmonies of #EAD354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD354

Black with #EAD354

Text Example


Text Example

White with #EAD354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD354; }

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

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

background-color css

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

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

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

border-color css

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

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

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