Html Css Color HEX #EAD254 Portica

📋 copy color: '#EAD254'

red 234 ◦ green 210 ◦ blue 84

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

Shades of Portica #EAD254

Tints of Portica #EAD254

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.77%

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

R = 44.32%
G = 39.77%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAD254 (or 0xEAD254) is known color: Portica. HEX triplet: EA, D2 and 54. RGB value is (234,210,84). Sum of RGB (Red+Green+Blue) = 234+210+84=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 84 (33.20% from 255 or 15.91% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD254 is #152DAB. Grayscale: #CBCBCB. Windows color (decimal): -1387948 or 5559018. OLE color: 5559018.

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

Color convert

RGB 234 210 84 -
CMYK 0 0.10 0.64 0.08
HSL 50.4º 0.78% 0.62% -
HSV(B) 50.4º 0.64% 0.92% -
XYZ 58.58 64.23 17.7 -
YUV 202.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 234 210 84 0 0.10 0.64 0.08 50.4 0.78 0.62
Hex EA D2 54 0 A 40 8 32 4E 3E
Octal 352 322 124 0 12 100 10 62 116 76
Binary 11101010 11010010 1010100 0 1010 1000000 1000 110010 1001110 111110

Color Harmonies of #EAD254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD254

Black with #EAD254

Text Example


Text Example

White with #EAD254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD254; }

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

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

background-color css

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

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

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

border-color css

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

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

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