Html Css Color HEX #EFD458 Portica

📋 copy color: '#EFD458'

red 239 ◦ green 212 ◦ blue 88

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

Shades of Portica #EFD458

Tints of Portica #EFD458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.33%

R = 44.34%
G = 39.33%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFD458 (or 0xEFD458) is known color: Portica. HEX triplet: EF, D4 and 58. RGB value is (239,212,88). Sum of RGB (Red+Green+Blue) = 239+212+88=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 88 (34.77% from 255 or 16.33% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD458 is #102BA7. Grayscale: #CECECE. Windows color (decimal): -1059752 or 5821679. OLE color: 5821679.

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

Color convert

RGB 239 212 88 -
CMYK 0 0.11 0.63 0.06
HSL 49.27º 0.83% 0.64% -
HSV(B) 49.27º 0.63% 0.94% -
XYZ 60.9 66.14 18.79 -
YUV 205.94 61.45 151.58 -
System Red Green Blue C M Y K H S L
Decimal 239 212 88 0 0.11 0.63 0.06 49.27 0.83 0.64
Hex EF D4 58 0 B 3F 6 31 53 40
Octal 357 324 130 0 13 77 6 61 123 100
Binary 11101111 11010100 1011000 0 1011 111111 110 110001 1010011 1000000

Color Harmonies of #EFD458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD458

Black with #EFD458

Text Example


Text Example

White with #EFD458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD458; }

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

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

background-color css

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

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

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

border-color css

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

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

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