Html Css Color HEX #EAD45E Portica

📋 copy color: '#EAD45E'

red 234 ◦ green 212 ◦ blue 94

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

Shades of Portica #EAD45E

Tints of Portica #EAD45E

RGB

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

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

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

R = 43.33%
G = 39.26%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAD45E (or 0xEAD45E) is known color: Portica. HEX triplet: EA, D4 and 5E. RGB value is (234,212,94). Sum of RGB (Red+Green+Blue) = 234+212+94=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD45E is #152BA1. Grayscale: #CDCDCD. Windows color (decimal): -1387426 or 6214890. OLE color: 6214890.

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

Color convert

RGB 234 212 94 -
CMYK 0 0.09 0.60 0.08
HSL 50.57º 0.77% 0.64% -
HSV(B) 50.57º 0.6% 0.92% -
XYZ 59.5 65.39 20.07 -
YUV 205.13 65.29 148.59 -
System Red Green Blue C M Y K H S L
Decimal 234 212 94 0 0.09 0.60 0.08 50.57 0.77 0.64
Hex EA D4 5E 0 9 3C 8 33 4D 40
Octal 352 324 136 0 11 74 10 63 115 100
Binary 11101010 11010100 1011110 0 1001 111100 1000 110011 1001101 1000000

Color Harmonies of #EAD45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD45E

Black with #EAD45E

Text Example


Text Example

White with #EAD45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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