Html Css Color HEX #EAD054 Portica

📋 copy color: '#EAD054'

red 234 ◦ green 208 ◦ blue 84

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

Shades of Portica #EAD054

Tints of Portica #EAD054

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.54%

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

R = 44.49%
G = 39.54%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAD054 (or 0xEAD054) is known color: Portica. HEX triplet: EA, D0 and 54. RGB value is (234,208,84). Sum of RGB (Red+Green+Blue) = 234+208+84=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 84 (33.20% from 255 or 15.97% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD054 is #152FAB. Grayscale: #CACACA. Windows color (decimal): -1388460 or 5558506. OLE color: 5558506.

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

Color convert

RGB 234 208 84 -
CMYK 0 0.11 0.64 0.08
HSL 49.6º 0.78% 0.62% -
HSV(B) 49.6º 0.64% 0.92% -
XYZ 58.09 63.24 17.53 -
YUV 201.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 234 208 84 0 0.11 0.64 0.08 49.6 0.78 0.62
Hex EA D0 54 0 B 40 8 32 4E 3E
Octal 352 320 124 0 13 100 10 62 116 76
Binary 11101010 11010000 1010100 0 1011 1000000 1000 110010 1001110 111110

Color Harmonies of #EAD054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD054

Black with #EAD054

Text Example


Text Example

White with #EAD054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD054; }

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

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

background-color css

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

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

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

border-color css

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

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

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