Html Css Color HEX #EAD351 Portica

📋 copy color: '#EAD351'

red 234 ◦ green 211 ◦ blue 81

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

Shades of Portica #EAD351

Tints of Portica #EAD351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.4%

R = 44.49%
G = 40.11%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAD351 (or 0xEAD351) is known color: Portica. HEX triplet: EA, D3 and 51. RGB value is (234,211,81). Sum of RGB (Red+Green+Blue) = 234+211+81=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 81 (32.03% from 255 or 15.40% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD351 is #152CAE. Grayscale: #CBCBCB. Windows color (decimal): -1387695 or 5362666. OLE color: 5362666.

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

Color convert

RGB 234 211 81 -
CMYK 0 0.10 0.65 0.08
HSL 50.98º 0.78% 0.62% -
HSV(B) 50.98º 0.65% 0.92% -
XYZ 58.71 64.68 17.17 -
YUV 203.06 59.12 150.07 -
System Red Green Blue C M Y K H S L
Decimal 234 211 81 0 0.10 0.65 0.08 50.98 0.78 0.62
Hex EA D3 51 0 A 41 8 33 4E 3E
Octal 352 323 121 0 12 101 10 63 116 76
Binary 11101010 11010011 1010001 0 1010 1000001 1000 110011 1001110 111110

Color Harmonies of #EAD351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD351

Black with #EAD351

Text Example


Text Example

White with #EAD351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD351; }

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

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

background-color css

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

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

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

border-color css

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

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

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