Html Css Color HEX #EAD153 Portica

📋 copy color: '#EAD153'

red 234 ◦ green 209 ◦ blue 83

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

Shades of Portica #EAD153

Tints of Portica #EAD153

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.73%

 BLUE value IS 83 (32.81% from 255) = 15.78%

R = 44.49%
G = 39.73%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAD153 (or 0xEAD153) is known color: Portica. HEX triplet: EA, D1 and 53. RGB value is (234,209,83). Sum of RGB (Red+Green+Blue) = 234+209+83=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD153 is #152EAC. Grayscale: #CACACA. Windows color (decimal): -1388205 or 5493226. OLE color: 5493226.

HSL color Cylindrical-coordinate representation of color #EAD153: hue angle of 50.07º 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 #EAD153 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 209 83 -
CMYK 0 0.11 0.65 0.08
HSL 50.07º 0.78% 0.62% -
HSV(B) 50.07º 0.65% 0.92% -
XYZ 58.29 63.72 17.41 -
YUV 202.11 60.78 150.75 -
System Red Green Blue C M Y K H S L
Decimal 234 209 83 0 0.11 0.65 0.08 50.07 0.78 0.62
Hex EA D1 53 0 B 41 8 32 4E 3E
Octal 352 321 123 0 13 101 10 62 116 76
Binary 11101010 11010001 1010011 0 1011 1000001 1000 110010 1001110 111110

Color Harmonies of #EAD153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD153

Black with #EAD153

Text Example


Text Example

White with #EAD153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD153; }

 p { color: rgb(234,209,83); }

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

background-color css

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

 a { background-color: rgb(234,209,83); }

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

border-color css

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

 span { border-color: rgb(234,209,83); }

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