Html Css Color HEX #EAD356 Portica

📋 copy color: '#EAD356'

red 234 ◦ green 211 ◦ blue 86

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

Shades of Portica #EAD356

Tints of Portica #EAD356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.2%

R = 44.07%
G = 39.74%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EAD356 (or 0xEAD356) is known color: Portica. HEX triplet: EA, D3 and 56. RGB value is (234,211,86). Sum of RGB (Red+Green+Blue) = 234+211+86=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD356 is #152CA9. Grayscale: #CCCCCC. Windows color (decimal): -1387690 or 5690346. OLE color: 5690346.

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

Color convert

RGB 234 211 86 -
CMYK 0 0.10 0.63 0.08
HSL 50.68º 0.78% 0.63% -
HSV(B) 50.68º 0.63% 0.92% -
XYZ 58.91 64.75 18.2 -
YUV 203.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 234 211 86 0 0.10 0.63 0.08 50.68 0.78 0.63
Hex EA D3 56 0 A 3F 8 33 4E 3F
Octal 352 323 126 0 12 77 10 63 116 77
Binary 11101010 11010011 1010110 0 1010 111111 1000 110011 1001110 111111

Color Harmonies of #EAD356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD356

Black with #EAD356

Text Example


Text Example

White with #EAD356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD356; }

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

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

background-color css

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

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

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

border-color css

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

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

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