Html Css Color HEX #EAD552 Portica

📋 copy color: '#EAD552'

red 234 ◦ green 213 ◦ blue 82

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

Shades of Portica #EAD552

Tints of Portica #EAD552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.5%

R = 44.23%
G = 40.26%
B = 15.5%

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

#EAD552 (or 0xEAD552) is known color: Portica. HEX triplet: EA, D5 and 52. RGB value is (234,213,82). Sum of RGB (Red+Green+Blue) = 234+213+82=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD552 is #152AAD. Grayscale: #CCCCCC. Windows color (decimal): -1387182 or 5428714. OLE color: 5428714.

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

Color convert

RGB 234 213 82 -
CMYK 0 0.09 0.65 0.08
HSL 51.71º 0.78% 0.62% -
HSV(B) 51.71º 0.65% 0.92% -
XYZ 59.25 65.69 17.54 -
YUV 204.35 58.96 149.15 -
System Red Green Blue C M Y K H S L
Decimal 234 213 82 0 0.09 0.65 0.08 51.71 0.78 0.62
Hex EA D5 52 0 9 41 8 34 4E 3E
Octal 352 325 122 0 11 101 10 64 116 76
Binary 11101010 11010101 1010010 0 1001 1000001 1000 110100 1001110 111110

Color Harmonies of #EAD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD552

Black with #EAD552

Text Example


Text Example

White with #EAD552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD552; }

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

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

background-color css

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

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

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

border-color css

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

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

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