Html Css Color HEX #EFD45E Portica

📋 copy color: '#EFD45E'

red 239 ◦ green 212 ◦ blue 94

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

Shades of Portica #EFD45E

Tints of Portica #EFD45E

RGB

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

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

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

R = 43.85%
G = 38.9%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFD45E (or 0xEFD45E) is known color: Portica. HEX triplet: EF, D4 and 5E. RGB value is (239,212,94). Sum of RGB (Red+Green+Blue) = 239+212+94=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD45E is #102BA1. Grayscale: #CFCFCF. Windows color (decimal): -1059746 or 6214895. OLE color: 6214895.

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

Color convert

RGB 239 212 94 -
CMYK 0 0.11 0.61 0.06
HSL 48.83º 0.82% 0.65% -
HSV(B) 48.83º 0.61% 0.94% -
XYZ 61.16 66.25 20.15 -
YUV 206.62 64.45 151.09 -
System Red Green Blue C M Y K H S L
Decimal 239 212 94 0 0.11 0.61 0.06 48.83 0.82 0.65
Hex EF D4 5E 0 B 3D 6 31 52 41
Octal 357 324 136 0 13 75 6 61 122 101
Binary 11101111 11010100 1011110 0 1011 111101 110 110001 1010010 1000001

Color Harmonies of #EFD45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD45E

Black with #EFD45E

Text Example


Text Example

White with #EFD45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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