Html Css Color HEX #EFDA5E Portica

📋 copy color: '#EFDA5E'

red 239 ◦ green 218 ◦ blue 94

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

Shades of Portica #EFDA5E

Tints of Portica #EFDA5E

RGB

 RED value IS 239 (93.75% from 255) = 43.38%

 GREEN value IS 218 (85.55% from 255) = 39.56%

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

R = 43.38%
G = 39.56%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFDA5E (or 0xEFDA5E) is known color: Portica. HEX triplet: EF, DA and 5E. RGB value is (239,218,94). Sum of RGB (Red+Green+Blue) = 239+218+94=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 94 (37.11% from 255 or 17.06% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA5E is #1025A1. Grayscale: #D2D2D2. Windows color (decimal): -1058210 or 6216431. OLE color: 6216431.

HSL color Cylindrical-coordinate representation of color #EFDA5E: hue angle of 51.31º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFDA5E is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 218 94 -
CMYK 0 0.09 0.61 0.06
HSL 51.31º 0.82% 0.65% -
HSV(B) 51.31º 0.61% 0.94% -
XYZ 62.69 69.3 20.66 -
YUV 210.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 239 218 94 0 0.09 0.61 0.06 51.31 0.82 0.65
Hex EF DA 5E 0 9 3D 6 33 52 41
Octal 357 332 136 0 11 75 6 63 122 101
Binary 11101111 11011010 1011110 0 1001 111101 110 110011 1010010 1000001

Color Harmonies of #EFDA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA5E

Black with #EFDA5E

Text Example


Text Example

White with #EFDA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA5E; }

 p { color: rgb(239,218,94); }

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

background-color css

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

 a { background-color: rgb(239,218,94); }

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

border-color css

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

 span { border-color: rgb(239,218,94); }

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