Html Css Color HEX #EFD457 Portica

📋 copy color: '#EFD457'

red 239 ◦ green 212 ◦ blue 87

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

Shades of Portica #EFD457

Tints of Portica #EFD457

RGB

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

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

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

R = 44.42%
G = 39.41%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFD457 (or 0xEFD457) is known color: Portica. HEX triplet: EF, D4 and 57. RGB value is (239,212,87). Sum of RGB (Red+Green+Blue) = 239+212+87=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 87 (34.38% from 255 or 16.17% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD457 is #102BA8. Grayscale: #CECECE. Windows color (decimal): -1059753 or 5756143. OLE color: 5756143.

HSL color Cylindrical-coordinate representation of color #EFD457: hue angle of 49.34º 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 #EFD457 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 87 -
CMYK 0 0.11 0.64 0.06
HSL 49.34º 0.83% 0.64% -
HSV(B) 49.34º 0.64% 0.94% -
XYZ 60.86 66.13 18.57 -
YUV 205.82 60.95 151.66 -
System Red Green Blue C M Y K H S L
Decimal 239 212 87 0 0.11 0.64 0.06 49.34 0.83 0.64
Hex EF D4 57 0 B 40 6 31 53 40
Octal 357 324 127 0 13 100 6 61 123 100
Binary 11101111 11010100 1010111 0 1011 1000000 110 110001 1010011 1000000

Color Harmonies of #EFD457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD457

Black with #EFD457

Text Example


Text Example

White with #EFD457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD457; }

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

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

background-color css

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

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

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

border-color css

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

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

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