Html Css Color HEX #EAD25E Portica

📋 copy color: '#EAD25E'

red 234 ◦ green 210 ◦ blue 94

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

Shades of Portica #EAD25E

Tints of Portica #EAD25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.47%

R = 43.49%
G = 39.03%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAD25E (or 0xEAD25E) is known color: Portica. HEX triplet: EA, D2 and 5E. RGB value is (234,210,94). Sum of RGB (Red+Green+Blue) = 234+210+94=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD25E is #152DA1. Grayscale: #CCCCCC. Windows color (decimal): -1387938 or 6214378. OLE color: 6214378.

HSL color Cylindrical-coordinate representation of color #EAD25E: hue angle of 49.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAD25E is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 210 94 -
CMYK 0 0.10 0.60 0.08
HSL 49.71º 0.77% 0.64% -
HSV(B) 49.71º 0.6% 0.92% -
XYZ 59 64.39 19.91 -
YUV 203.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 234 210 94 0 0.10 0.60 0.08 49.71 0.77 0.64
Hex EA D2 5E 0 A 3C 8 32 4D 40
Octal 352 322 136 0 12 74 10 62 115 100
Binary 11101010 11010010 1011110 0 1010 111100 1000 110010 1001101 1000000

Color Harmonies of #EAD25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD25E

Black with #EAD25E

Text Example


Text Example

White with #EAD25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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