Html Css Color HEX #EAD754 Portica

📋 copy color: '#EAD754'

red 234 ◦ green 215 ◦ blue 84

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

Shades of Portica #EAD754

Tints of Portica #EAD754

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.34%

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

R = 43.9%
G = 40.34%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAD754 (or 0xEAD754) is known color: Portica. HEX triplet: EA, D7 and 54. RGB value is (234,215,84). Sum of RGB (Red+Green+Blue) = 234+215+84=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD754 is #1528AB. Grayscale: #CECECE. Windows color (decimal): -1386668 or 5560298. OLE color: 5560298.

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

Color convert

RGB 234 215 84 -
CMYK 0 0.08 0.64 0.08
HSL 52.4º 0.78% 0.62% -
HSV(B) 52.4º 0.64% 0.92% -
XYZ 59.83 66.73 18.11 -
YUV 205.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 234 215 84 0 0.08 0.64 0.08 52.4 0.78 0.62
Hex EA D7 54 0 8 40 8 34 4E 3E
Octal 352 327 124 0 10 100 10 64 116 76
Binary 11101010 11010111 1010100 0 1000 1000000 1000 110100 1001110 111110

Color Harmonies of #EAD754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD754

Black with #EAD754

Text Example


Text Example

White with #EAD754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD754; }

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

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

background-color css

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

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

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

border-color css

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

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

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