Html Css Color HEX #EAD454 Portica

📋 copy color: '#EAD454'

red 234 ◦ green 212 ◦ blue 84

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

Shades of Portica #EAD454

Tints of Portica #EAD454

RGB

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

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

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

R = 44.15%
G = 40%
B = 15.85%

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

#EAD454 (or 0xEAD454) is known color: Portica. HEX triplet: EA, D4 and 54. RGB value is (234,212,84). Sum of RGB (Red+Green+Blue) = 234+212+84=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD454 is #152BAB. Grayscale: #CCCCCC. Windows color (decimal): -1387436 or 5559530. OLE color: 5559530.

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

Color convert

RGB 234 212 84 -
CMYK 0 0.09 0.64 0.08
HSL 51.2º 0.78% 0.62% -
HSV(B) 51.2º 0.64% 0.92% -
XYZ 59.08 65.22 17.86 -
YUV 203.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 234 212 84 0 0.09 0.64 0.08 51.2 0.78 0.62
Hex EA D4 54 0 9 40 8 33 4E 3E
Octal 352 324 124 0 11 100 10 63 116 76
Binary 11101010 11010100 1010100 0 1001 1000000 1000 110011 1001110 111110

Color Harmonies of #EAD454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD454

Black with #EAD454

Text Example


Text Example

White with #EAD454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD454; }

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

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

background-color css

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

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

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

border-color css

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

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

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