Html Css Color HEX #EAD654 Portica

📋 copy color: '#EAD654'

red 234 ◦ green 214 ◦ blue 84

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

Shades of Portica #EAD654

Tints of Portica #EAD654

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.23%

 BLUE value IS 84 (33.2% from 255) = 15.79%

R = 43.98%
G = 40.23%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAD654 (or 0xEAD654) is known color: Portica. HEX triplet: EA, D6 and 54. RGB value is (234,214,84). Sum of RGB (Red+Green+Blue) = 234+214+84=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD654 is #1529AB. Grayscale: #CDCDCD. Windows color (decimal): -1386924 or 5560042. OLE color: 5560042.

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

Color convert

RGB 234 214 84 -
CMYK 0 0.09 0.64 0.08
HSL 52º 0.78% 0.62% -
HSV(B) 52º 0.64% 0.92% -
XYZ 59.58 66.23 18.03 -
YUV 205.16 59.63 148.57 -
System Red Green Blue C M Y K H S L
Decimal 234 214 84 0 0.09 0.64 0.08 52 0.78 0.62
Hex EA D6 54 0 9 40 8 34 4E 3E
Octal 352 326 124 0 11 100 10 64 116 76
Binary 11101010 11010110 1010100 0 1001 1000000 1000 110100 1001110 111110

Color Harmonies of #EAD654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD654

Black with #EAD654

Text Example


Text Example

White with #EAD654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD654; }

 p { color: rgb(234,214,84); }

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

background-color css

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

 a { background-color: rgb(234,214,84); }

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

border-color css

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

 span { border-color: rgb(234,214,84); }

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