Html Css Color HEX #EFD257 Portica

📋 copy color: '#EFD257'

red 239 ◦ green 210 ◦ blue 87

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

Shades of Portica #EFD257

Tints of Portica #EFD257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.23%

R = 44.59%
G = 39.18%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFD257 (or 0xEFD257) is known color: Portica. HEX triplet: EF, D2 and 57. RGB value is (239,210,87). Sum of RGB (Red+Green+Blue) = 239+210+87=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 87 (34.38% from 255 or 16.23% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD257 is #102DA8. Grayscale: #CDCDCD. Windows color (decimal): -1060265 or 5755631. OLE color: 5755631.

HSL color Cylindrical-coordinate representation of color #EFD257: hue angle of 48.55º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFD257 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 87 -
CMYK 0 0.12 0.64 0.06
HSL 48.55º 0.83% 0.64% -
HSV(B) 48.55º 0.64% 0.94% -
XYZ 60.36 65.13 18.41 -
YUV 204.65 61.61 152.5 -
System Red Green Blue C M Y K H S L
Decimal 239 210 87 0 0.12 0.64 0.06 48.55 0.83 0.64
Hex EF D2 57 0 C 40 6 31 53 40
Octal 357 322 127 0 14 100 6 61 123 100
Binary 11101111 11010010 1010111 0 1100 1000000 110 110001 1010011 1000000

Color Harmonies of #EFD257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD257

Black with #EFD257

Text Example


Text Example

White with #EFD257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD257; }

 p { color: rgb(239,210,87); }

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

background-color css

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

 a { background-color: rgb(239,210,87); }

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

border-color css

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

 span { border-color: rgb(239,210,87); }

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