Html Css Color HEX #EAD34F Portica

📋 copy color: '#EAD34F'

red 234 ◦ green 211 ◦ blue 79

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

Shades of Portica #EAD34F

Tints of Portica #EAD34F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.27%

 BLUE value IS 79 (31.25% from 255) = 15.08%

R = 44.66%
G = 40.27%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EAD34F (or 0xEAD34F) is known color: Portica. HEX triplet: EA, D3 and 4F. RGB value is (234,211,79). Sum of RGB (Red+Green+Blue) = 234+211+79=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD34F is #152CB0. Grayscale: #CBCBCB. Windows color (decimal): -1387697 or 5231594. OLE color: 5231594.

HSL color Cylindrical-coordinate representation of color #EAD34F: hue angle of 51.1º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EAD34F is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 79 -
CMYK 0 0.10 0.66 0.08
HSL 51.1º 0.79% 0.61% -
HSV(B) 51.1º 0.66% 0.92% -
XYZ 58.64 64.65 16.78 -
YUV 202.83 58.12 150.23 -
System Red Green Blue C M Y K H S L
Decimal 234 211 79 0 0.10 0.66 0.08 51.1 0.79 0.61
Hex EA D3 4F 0 A 42 8 33 4F 3D
Octal 352 323 117 0 12 102 10 63 117 75
Binary 11101010 11010011 1001111 0 1010 1000010 1000 110011 1001111 111101

Color Harmonies of #EAD34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD34F

Black with #EAD34F

Text Example


Text Example

White with #EAD34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD34F; }

 p { color: rgb(234,211,79); }

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

background-color css

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

 a { background-color: rgb(234,211,79); }

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

border-color css

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

 span { border-color: rgb(234,211,79); }

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