Html Css Color HEX #EAD452 Portica

📋 copy color: '#EAD452'

red 234 ◦ green 212 ◦ blue 82

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

Shades of Portica #EAD452

Tints of Portica #EAD452

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.15%

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

R = 44.32%
G = 40.15%
B = 15.53%

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

#EAD452 (or 0xEAD452) is known color: Portica. HEX triplet: EA, D4 and 52. RGB value is (234,212,82). Sum of RGB (Red+Green+Blue) = 234+212+82=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 82 (32.42% from 255 or 15.53% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD452 is #152BAD. Grayscale: #CCCCCC. Windows color (decimal): -1387438 or 5428458. OLE color: 5428458.

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

Color convert

RGB 234 212 82 -
CMYK 0 0.09 0.65 0.08
HSL 51.32º 0.78% 0.62% -
HSV(B) 51.32º 0.65% 0.92% -
XYZ 59 65.19 17.46 -
YUV 203.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 234 212 82 0 0.09 0.65 0.08 51.32 0.78 0.62
Hex EA D4 52 0 9 41 8 33 4E 3E
Octal 352 324 122 0 11 101 10 63 116 76
Binary 11101010 11010100 1010010 0 1001 1000001 1000 110011 1001110 111110

Color Harmonies of #EAD452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD452

Black with #EAD452

Text Example


Text Example

White with #EAD452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD452; }

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

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

background-color css

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

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

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

border-color css

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

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

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