Html Css Color HEX #EAD553 Portica

📋 copy color: '#EAD553'

red 234 ◦ green 213 ◦ blue 83

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

Shades of Portica #EAD553

Tints of Portica #EAD553

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.19%

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

R = 44.15%
G = 40.19%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAD553 (or 0xEAD553) is known color: Portica. HEX triplet: EA, D5 and 53. RGB value is (234,213,83). Sum of RGB (Red+Green+Blue) = 234+213+83=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD553 is #152AAC. Grayscale: #CDCDCD. Windows color (decimal): -1387181 or 5494250. OLE color: 5494250.

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

Color convert

RGB 234 213 83 -
CMYK 0 0.09 0.65 0.08
HSL 51.66º 0.78% 0.62% -
HSV(B) 51.66º 0.65% 0.92% -
XYZ 59.29 65.71 17.74 -
YUV 204.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 234 213 83 0 0.09 0.65 0.08 51.66 0.78 0.62
Hex EA D5 53 0 9 41 8 34 4E 3E
Octal 352 325 123 0 11 101 10 64 116 76
Binary 11101010 11010101 1010011 0 1001 1000001 1000 110100 1001110 111110

Color Harmonies of #EAD553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD553

Black with #EAD553

Text Example


Text Example

White with #EAD553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD553; }

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

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

background-color css

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

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

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

border-color css

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

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

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